Methods Summary |
---|
public java.lang.String | getIdentifier()Get full version
return TAG_RELEASE + getRelease() + "." + getMajorVersion() + "." + getRevision();
|
protected java.lang.String | getLoggingFilename()Retrieve the logging filename to be used in debugging
return loggingFilename;
|
public abstract byte | getMajorVersion()Retrieve the Major Version
|
public abstract byte | getRelease()Retrieve the Release
|
public abstract byte | getRevision()Retrieve the Revision
|
protected void | setLoggingFilename(java.lang.String loggingFilename)Set logging filename when construct tag for read from file
this.loggingFilename = loggingFilename;
|