de.smartics.properties.resource.maven.repository
Interface ResourceRepositoryProperties

Package class diagram package ResourceRepositoryProperties

@PropertySet(value="smartics.properties.repository")
public interface ResourceRepositoryProperties

Provides configuration properties for accessing resources on remote repositories.


Method Summary
 String filterGroupIdPrefix()
          The prefix of a group identifier artifacts have to match to be considered as source for property declarations or definitions.
 String localPath()
          The path to the local repository.
 String remoteUrl()
          The URL to the remote repository.
 String settingsFile()
          The path to the settings file to use.
 

Method Detail

localPath

String localPath()
The path to the local repository.

Returns:
the property value.

remoteUrl

String remoteUrl()
The URL to the remote repository.

Returns:
the property value.

settingsFile

String settingsFile()
The path to the settings file to use. This allows to deduct the path to the local repository and the URL to the remote repository.

Returns:
the property value.

filterGroupIdPrefix

String filterGroupIdPrefix()
The prefix of a group identifier artifacts have to match to be considered as source for property declarations or definitions.

Returns:
the property value.


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