|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bankframe.admin.tools.VersionGenerator
public class VersionGenerator
This class generates a Version properties file which is used to identify the version number and build date of a BankFrameMCA release.
| Field Summary | |
|---|---|
static String |
BUILD_DATE
|
static String |
FIX_VERSION
|
static String |
MAJOR_VERSION
|
static String |
MINOR_VERSION
|
static String |
PRE_RELEASE
|
static String |
PRODUCT_NAME
|
static String |
VERSION_PROPERTIES
|
| Constructor Summary | |
|---|---|
VersionGenerator()
This method creates new VersionGenerator |
|
| Method Summary | |
|---|---|
void |
createVersion(String majorVersion,
String minorVersion,
String fixVersion,
String preRelease,
String destinationDirectory)
Thsi method creates a Version properties file which identifies a BankFrame MCA release. |
static void |
displayUsage()
This method displays application usage information |
static void |
main(String[] argv)
Application entry point |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String VERSION_PROPERTIES
public static final String PRODUCT_NAME
public static final String MAJOR_VERSION
public static final String MINOR_VERSION
public static final String FIX_VERSION
public static final String PRE_RELEASE
public static final String BUILD_DATE
| Constructor Detail |
|---|
public VersionGenerator()
| Method Detail |
|---|
public void createVersion(String majorVersion,
String minorVersion,
String fixVersion,
String preRelease,
String destinationDirectory)
destinationDirectory - the directory to place the properties filemajorVersion - the Major VersionminorVersion - the Minor VersionfixVersion - the Fix VersionpreRelease - value 'T' if the version is a pre-release otherwise false.public static void displayUsage()
public static void main(String[] argv)
args: [MajorVersion] [MinorVersion] [FixVersion] [PreRelease {T|F}]
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||