Uses of Class
de.smartics.properties.resource.domain.ArtifactId

Packages that use ArtifactId
de.smartics.properties.resource.domain Provides domain types dealing with resources. 
de.smartics.properties.resource.repository Provides the resource access abstraction on a repository. 
 

Uses of ArtifactId in de.smartics.properties.resource.domain
 

Methods in de.smartics.properties.resource.domain that return ArtifactId
 ArtifactId ArtifactId.Builder.build()
          Creates an instance of ArtifactId.
static ArtifactId ArtifactId.create(String groupId, String name, String version, String archiveType, String classifier)
          Helper to create instances of ArtifactId instead of using the ArtifactId.Builder.
 ArtifactId ArtifactRef.getId()
          Returns the unique identifier of the artifact.
 

Methods in de.smartics.properties.resource.domain with parameters of type ArtifactId
 int ArtifactId.compareTo(ArtifactId o)
          
 

Constructors in de.smartics.properties.resource.domain with parameters of type ArtifactId
ArtifactRef(ArtifactId id, URL url)
          Default constructor.
 

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

Methods in de.smartics.properties.resource.repository with parameters of type ArtifactId
 ClassPathEnvironment ResourceRepository.resolve(ArtifactId artifactId)
          Resolves the properties resources from the given artifact.
 



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