|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ArtifactId | |
---|---|
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 ArtifactId in de.smartics.properties.impl.config.resource |
---|
Methods in de.smartics.properties.impl.config.resource with parameters of type ArtifactId | |
---|---|
void |
ResourceConfigurationPropertiesFactory.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. |
Uses of ArtifactId in de.smartics.properties.resource.repository |
---|
Methods in de.smartics.properties.resource.repository 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.repository with parameters of type ArtifactId | |
---|---|
int |
ArtifactId.compareTo(ArtifactId o) |
ClassPathEnvironment |
ResourceRepository.resolve(ArtifactId artifactId) Resolves the properties resources from the given artifact. |
Constructors in de.smartics.properties.resource.repository with parameters of type ArtifactId | |
---|---|
ArtifactRef(ArtifactId id, URL url) Default constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |