protected static class OwConfigDump.VersionNumber extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
m_fImplementation |
int |
m_iHotFix
hot fix version number or -1 if no set
|
int |
m_iMajor
major version number or -1 if not set
|
int |
m_iMinor
minor version number or -1 if not set
|
int |
m_iServicePack
service pack version number or -1 if not set
|
String |
m_strReleaseType |
Constructor and Description |
---|
OwConfigDump.VersionNumber(Class<?> class_p,
boolean fImplementation_p)
construct VersionNumber object
retrieve the version numbers from the static fields of a class object
|
OwConfigDump.VersionNumber(String sVersion_p)
construct VersionNumber object
retrieve the version numbers from the static fields of a class object
|
public String m_strReleaseType
public boolean m_fImplementation
public int m_iMinor
public int m_iMajor
public int m_iServicePack
public int m_iHotFix
public OwConfigDump.VersionNumber(Class<?> class_p, boolean fImplementation_p)
class_p
- the class object with the static version declarationfImplementation_p
- true = retrieve the implementation numbers, false = retrieve the Interface numberspublic OwConfigDump.VersionNumber(String sVersion_p)
sVersion_p
- the version stringCopyright © 2014 Alfresco Business Solutions. All Rights Reserved.