Class DefaultGAVBasic

java.lang.Object
org.infrastructurebuilder.util.versions.DefaultGAVBasic
All Implemented Interfaces:
GAVBasic

public class DefaultGAVBasic extends Object implements GAVBasic
There are what APPEAR TO BE SOME INCONSISTENCIES in the constructors of DefaultGAVBasic. However, there are some reasons for making the possibility of choosing the wrong one a thing. IF you use a dependency string, then the extension is NOT defaulted to 'jar'. IF you use the 3-argument constructor, the extension is NOT defaulted to 'jar'. IF you call setExtension(String), the extension IS defaulted to 'jar'.