Class VersionLoader
- java.lang.Object
-
- org.apache.activemq.artemis.utils.VersionLoader
-
public final class VersionLoader extends Object
This loads the version info in from a version.properties file.
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_PROP_FILE_NAMEstatic StringVERSION_PROP_FILE_KEY
-
Constructor Summary
Constructors Constructor Description VersionLoader()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetClasspathString()static Version[]getClientVersions()static VersiongetVersion()
-
-
-
Field Detail
-
VERSION_PROP_FILE_KEY
public static final String VERSION_PROP_FILE_KEY
- See Also:
- Constant Field Values
-
DEFAULT_PROP_FILE_NAME
public static final String DEFAULT_PROP_FILE_NAME
- See Also:
- Constant Field Values
-
-