Package org.web3d.util
Class Xj3dVersionInformation
java.lang.Object
org.web3d.util.Xj3dVersionInformation
Creates the version stamp information when built via regex updates from Ant
- Version:
- $Id: Xj3dVersionInformation.java 12564M 2019-12-13 20:12:38Z (local) $
- Author:
- Terry Norbraten
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic String
Customizable message to be displayed, must first be initialized by class constructorstatic final String
These strings are set by the timestamp task in the build file so need not be modified herestatic final String
These must be manually changed by the developer in build.propertiesstatic final String
static final String
static final String
static String
Customizable message to be displayed, must first be initialized by class constructorstatic final String
static String
Customizable message to be displayed, must first be initialized by class constructorstatic final String
static final String
static final String
static final String
static String
The release version, must first be initialized by class constructor. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ResourceBundle
Project specific Project properties resourced from config/xj3d.properties.static void
Command line entry point for this class
-
Field Details
-
BUILD_MAJOR_VERSION
These must be manually changed by the developer in build.properties -
BUILD_MINOR_VERSION
-
JAVA_VERSION
-
BUILD_DSTAMP
These strings are set by the timestamp task in the build file so need not be modified here- See Also:
-
BUILD_TSTAMP
- See Also:
-
BUILD_TODAY
- See Also:
-
SP
- See Also:
-
PERIOD
- See Also:
-
OPEN_DIS_VERSION
-
DEVELOPER_CUSTOM_MESSAGE
Customizable message to be displayed, must first be initialized by class constructor -
AVIATRIX3D_VERSION
Customizable message to be displayed, must first be initialized by class constructor -
JOGL_VERSION
Customizable message to be displayed, must first be initialized by class constructor -
OS_JAVA_VERSION_MESSAGE
-
XJ3D_VERSION
The release version, must first be initialized by class constructor. Milestone format will beMMainVersion_DevRelease#
-
-
Constructor Details
-
Xj3dVersionInformation
public Xj3dVersionInformation()
-
-
Method Details
-
getProjectProperties
Project specific Project properties resourced from config/xj3d.properties. These are not expected to dynamically change during runtime.
- Returns:
- specific Project properties resourced from config/xj3d.properties
-
main
Command line entry point for this class- Parameters:
args
- command line arguments if any
-