Uses of Class
de.smartics.properties.resource.repository.ArtifactRef

Packages that use ArtifactRef
de.smartics.properties.impl.config.resource Provides a SerializableConfigurationPropertiesManagement implementation based on accessing remote resources. 
de.smartics.properties.resource.repository Provides the resource access abstraction. 
 

Uses of ArtifactRef in de.smartics.properties.impl.config.resource
 

Methods in de.smartics.properties.impl.config.resource that return ArtifactRef
 ArtifactRef ResourceConfigurationPropertiesFactory.getArtifactRef(String artifactId)
          Returns the artifact reference by its short ID.
 

Uses of ArtifactRef in de.smartics.properties.resource.repository
 

Methods in de.smartics.properties.resource.repository that return ArtifactRef
 ArtifactRef ClassPathEnvironment.getArtifactRef(String artifactId)
          Returns the artifact reference by its short ID.
 

Methods in de.smartics.properties.resource.repository that return types with arguments of type ArtifactRef
 List<ArtifactRef> ClassPathEnvironment.getArtifactRefs()
          Returns a list of artifact references.
 

Methods in de.smartics.properties.resource.repository with parameters of type ArtifactRef
 void ClassPathEnvironment.addArtifactRef(ArtifactRef artifactRef)
          Adds the given artifact reference to the list of artifact references.
 

Constructors in de.smartics.properties.resource.repository with parameters of type ArtifactRef
ClassPathEnvironment(ArtifactRef... artifactRefs)
          Convenience constructor that allows to add artifact references to create an initial list.
 

Constructor parameters in de.smartics.properties.resource.repository with type arguments of type ArtifactRef
ClassPathEnvironment(List<ArtifactRef> artifactRefs)
          Convenience constructor that allows to add artifact references to create an initial list.
 



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