public interface Identifier extends Named<Integer>, Versionable<Date>
PackageInfo
.Modifier and Type | Method and Description |
---|---|
String |
getAppNGVersion()
Returns the version of appNG the
Application is compatible with. |
String |
getDisplayName()
Returns the display name.
|
String |
getLongDescription()
Returns the description.
|
String |
getPackageVersion()
Returns the version.
|
String |
getTimestamp()
Returns the timestamp the
Application was build. |
boolean |
isInstalled()
Checks whether the
Application is installed. |
boolean |
isSnapshot()
Checks whether the
Application has a SNAPSHOT-version |
getDescription, getName
getId
getVersion
String getDisplayName()
String getPackageVersion()
String getTimestamp()
Application
was build.Application
was buildString getLongDescription()
String getAppNGVersion()
Application
is compatible with.Application
is compatible withboolean isInstalled()
Application
is installed.true
if the Application
is installed, false
otherwiseboolean isSnapshot()
Application
has a SNAPSHOT-versiontrue
if the Application
has a SNAPSHOT-version, false
otherwiseCopyright © 2011–2017 aiticon GmbH. All rights reserved.