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.filesystem.heap Provides a heap implementation based on a file system. 
de.smartics.properties.resource.maven.repository Provides the resource access abstraction based on Maven. 
de.smartics.properties.resource.repository Provides the resource access abstraction on a repository. 
de.smartics.properties.spi.config.support Provides helpers for service provider to implement ConfigurationPropertiesFactory
 

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.filesystem.heap
 

Methods in de.smartics.properties.resource.filesystem.heap that return ArtifactId
 ArtifactId FileSystemResourceHeap.getDefaultArtifactId()
          Returns the artifact identifier to use for properties files encountered.
 

Methods in de.smartics.properties.resource.filesystem.heap with parameters of type ArtifactId
 void FileSystemResourceHeap.setDefaultArtifactId(ArtifactId defaultArtifactId)
          Sets the artifact identifier to use for properties files encountered.
 

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

Methods in de.smartics.properties.resource.maven.repository with parameters of type ArtifactId
 ClassPathEnvironment SessionedMavenResourceRepository.resolve(ArtifactId artifactId)
           
 

Constructors in de.smartics.properties.resource.maven.repository with parameters of type ArtifactId
ArtifactIdMessageBean(ArtifactId artifactId)
          Constructor without cause.
ArtifactIdMessageBean(Throwable cause, ArtifactId artifactId)
          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.
 

Uses of ArtifactId in de.smartics.properties.spi.config.support
 

Methods in de.smartics.properties.spi.config.support with parameters of type ArtifactId
 String ConfigurationPropertiesManagementFactory.addRootUrls(ArtifactId artifactId)
          Adds the URLs derived from the dependencies provided by the given artifactId to the locations to search for property declarations and definitions.
 String AbstractConfigurationPropertiesFactory.addRootUrls(ArtifactId artifactId)
           
 



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