|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClassPathEnvironment | |
---|---|
de.smartics.properties.resource.filesystem.heap | Provides a heap implementation based on a file system. |
de.smartics.properties.resource.heap | Provides resource access to a heap of property definitions. |
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.transfer | Provides services to transfer properties from a source to a target destination. |
Uses of ClassPathEnvironment in de.smartics.properties.resource.filesystem.heap |
---|
Methods in de.smartics.properties.resource.filesystem.heap that return ClassPathEnvironment | |
---|---|
ClassPathEnvironment |
FileSystemResourceHeap.resolve() |
Uses of ClassPathEnvironment in de.smartics.properties.resource.heap |
---|
Methods in de.smartics.properties.resource.heap that return ClassPathEnvironment | |
---|---|
ClassPathEnvironment |
ResourceHeap.resolve() Resolves the properties resources from this heap. |
Uses of ClassPathEnvironment in de.smartics.properties.resource.maven.repository |
---|
Methods in de.smartics.properties.resource.maven.repository that return ClassPathEnvironment | |
---|---|
ClassPathEnvironment |
SessionedMavenResourceRepository.resolve(ArtifactId artifactId) |
ClassPathEnvironment |
MavenRepository.resolve(org.sonatype.aether.RepositorySystemSession session, org.sonatype.aether.artifact.Artifact artifact) Resolves the artifact so that it is locally accessible. |
Uses of ClassPathEnvironment in de.smartics.properties.resource.repository |
---|
Methods in de.smartics.properties.resource.repository that return ClassPathEnvironment | |
---|---|
ClassPathEnvironment |
ResourceRepository.resolve(ArtifactId artifactId) Resolves the properties resources from the given artifact. |
Uses of ClassPathEnvironment in de.smartics.properties.spi.config.transfer |
---|
Methods in de.smartics.properties.spi.config.transfer with parameters of type ClassPathEnvironment | |
---|---|
void |
PropertyProviderList.addPropertyDefinitions(DefinitionConfigParser<?> definitionConfigParser, ClassPathEnvironment env) Resolves the environment to property providers and adds them. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |