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

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

public class ApplicationIdConfigurationPropertiesLoader
     
     
extends Object
implements Serializable

Responsible to read application identifier properties from the classpath.

See Also:
Serialized Form

Field Summary
static String CLASSPATH_LOCATION
          The location within the classpath to find the configuration file to load.
 
Constructor Summary
ApplicationIdConfigurationPropertiesLoader()
          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

CLASSPATH_LOCATION

public static final String CLASSPATH_LOCATION
The location within the classpath to find the configuration file to load.

Constant Field Value:
"META-INF/smartics-properties/boot/application-id.properties"
Constructor Detail

ApplicationIdConfigurationPropertiesLoader

public ApplicationIdConfigurationPropertiesLoader()
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.