|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.properties.spi.config.appid.ApplicationIdConfigurationLoader
public class ApplicationIdConfigurationLoader
Responsible to read application identifier properties.
Field Summary | |
---|---|
static String |
ARCHIVE_TYPE The archive type the application is distributed. |
static String |
ARTIFACT_ID The identifier of the application within the group. |
static String |
CLASSIFIER The optional classifier to identify the distribution bundle. |
static String |
GROUP_ID The identifier to specify the group the application belongs to. |
static String |
VERSION The version of the application. |
Constructor Summary | |
---|---|
ApplicationIdConfigurationLoader() Default constructor. |
Method Summary | |
---|---|
ArtifactId |
load() Loads the application identifier configuration. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String GROUP_ID
The value of this constant is "de.smartics.properties.application.groupId".
"de.smartics.properties.application.groupId"
public static final String ARTIFACT_ID
The value of this constant is "de.smartics.properties.application.artifactId".
"de.smartics.properties.application.artifactId"
public static final String VERSION
The value of this constant is "de.smartics.properties.application.version".
"de.smartics.properties.application.version"
public static final String ARCHIVE_TYPE
The value of this constant is "de.smartics.properties.application.archiveType".
"de.smartics.properties.application.archiveType"
public static final String CLASSIFIER
The value of this constant is "de.smartics.properties.application.classifier".
"de.smartics.properties.application.classifier"
Constructor Detail |
---|
public ApplicationIdConfigurationLoader()
Method Detail |
---|
public ArtifactId load()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |