Package | Description |
---|---|
info.bioinfweb.commons | |
info.bioinfweb.commons.appversion |
Modifier and Type | Method and Description |
---|---|
ApplicationVersion |
ProgramMainClass.getVersion() |
Constructor and Description |
---|
ProgramMainClass(ApplicationVersion version)
Creates a new instance of this class.
|
Modifier and Type | Method and Description |
---|---|
ApplicationVersion |
ApplicationVersion.clone()
Returns a new instance if this class having the same version numbers and application type as this instance.
|
static ApplicationVersion |
AppVersionXMLReadWrite.read(javax.xml.stream.events.StartElement element)
Reads an application version object from an XML stream.
|
Modifier and Type | Method and Description |
---|---|
int |
ApplicationVersion.compareTo(ApplicationVersion other)
Compares two application versions.
|
static void |
AppVersionXMLReadWrite.write(javax.xml.stream.XMLStreamWriter writer,
ApplicationVersion version)
Writes an XML tag representing the specified application version.
|