de.smartics.properties.resource.repository
Interface ResourceRepository

Package class diagram package ResourceRepository

public interface ResourceRepository

Interface to a repository that provides properties resources. These resources include property descriptors and property definitions.

A repository may be some local file directory or it may provide access to a remote artifact repository.


Method Summary
 ClassPathEnvironment resolve(ArtifactId artifactId)
          Resolves the properties resources from the given artifact.
 

Method Detail

resolve

ClassPathEnvironment resolve(ArtifactId artifactId)
                             throws RepositoryException
Resolves the properties resources from the given artifact.

Parameters:
artifactId - the identifier of the artifact containing properties resources.
Returns:
the properties resources.
Throws:
RepositoryException - on any problem accessing the repository.


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