de.smartics.properties.admin.domain.service
Class ApplicationIdConfigurationLoader

Package class diagram package ApplicationIdConfigurationLoader
java.lang.Object
  extended by de.smartics.properties.admin.domain.service.ApplicationIdConfigurationLoader
All Implemented Interfaces:
Serializable

public class ApplicationIdConfigurationLoader
     
     
extends Object
implements Serializable

Responsible to read application identifier properties.

See Also:
Serialized Form

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
 de.smartics.properties.resource.domain.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

GROUP_ID

public static final String GROUP_ID
The identifier to specify the group the application belongs to.

The value of this constant is "de.smartics.properties.application.groupId".

Constant Field Value:
"de.smartics.properties.application.groupId"

ARTIFACT_ID

public static final String ARTIFACT_ID
The identifier of the application within the group.

The value of this constant is "de.smartics.properties.application.artifactId".

Constant Field Value:
"de.smartics.properties.application.artifactId"

VERSION

public static final String VERSION
The version of the application.

The value of this constant is "de.smartics.properties.application.version".

Constant Field Value:
"de.smartics.properties.application.version"

ARCHIVE_TYPE

public static final String ARCHIVE_TYPE
The archive type the application is distributed. This may be a POM that defines the dependencies for a logical application.

The value of this constant is "de.smartics.properties.application.archiveType".

Constant Field Value:
"de.smartics.properties.application.archiveType"

CLASSIFIER

public static final String CLASSIFIER
The optional classifier to identify the distribution bundle.

The value of this constant is "de.smartics.properties.application.classifier".

Constant Field Value:
"de.smartics.properties.application.classifier"
Constructor Detail

ApplicationIdConfigurationLoader

public ApplicationIdConfigurationLoader()
Default constructor.

Method Detail

load

public de.smartics.properties.resource.domain.ArtifactId load()
Loads the application identifier configuration.

Returns:
the application identifier configuration.


Copyright © 2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.