|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ArtifactRef | |
---|---|
de.smartics.properties.resource.domain | Provides domain types dealing with resources. |
de.smartics.properties.spi.config.support | Provides helpers for service provider to implement ConfigurationPropertiesFactory . |
de.smartics.properties.spi.config.transfer | Provides services to transfer properties from a source to a target destination. |
Uses of ArtifactRef in de.smartics.properties.resource.domain |
---|
Methods in de.smartics.properties.resource.domain that return ArtifactRef | |
---|---|
ArtifactRef |
ClassPathEnvironment.getArtifactRef(String artifactId) Returns the artifact reference by its short ID. |
Methods in de.smartics.properties.resource.domain that return types with arguments of type ArtifactRef | |
---|---|
List<ArtifactRef> |
ClassPathEnvironment.getArtifactRefs() Returns a list of artifact references. |
Methods in de.smartics.properties.resource.domain with parameters of type ArtifactRef | |
---|---|
void |
ClassPathEnvironment.addAnyArtifactRef(ArtifactRef artifactRef) Adds the given artifact reference to the list of artifact references. |
void |
ClassPathEnvironment.addArchiveArtifactRef(ArtifactRef archiveArtifactRef) Adds the given artifact reference to the list of artifact references. |
Constructors in de.smartics.properties.resource.domain 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.domain with type arguments of type ArtifactRef | |
---|---|
ClassPathEnvironment(List<ArtifactRef> artifactRefs) Convenience constructor that allows to add artifact references to create an initial list. |
Uses of ArtifactRef in de.smartics.properties.spi.config.support |
---|
Methods in de.smartics.properties.spi.config.support that return ArtifactRef | |
---|---|
ArtifactRef |
ConfigurationPropertiesManagementFactory.getArtifactRef(String artifactId) Returns the artifact reference by its short ID. |
ArtifactRef |
AbstractConfigurationPropertiesFactory.getArtifactRef(String artifactId) |
Uses of ArtifactRef in de.smartics.properties.spi.config.transfer |
---|
Methods in de.smartics.properties.spi.config.transfer with parameters of type ArtifactRef | |
---|---|
static TransferMessageBean |
DefinitionXmlMessageBean.malformedUrl(Throwable cause, ArtifactRef artifact) Creates a message bean with code TransferCode.MALFORMED_URL_TO_DEFINITION_XML . |
static TransferMessageBean |
DefinitionXmlMessageBean.missingDefinition(Throwable cause, ArtifactRef artifact) Creates a message bean with code TransferCode.NO_DEFINITION_XML . |
Constructors in de.smartics.properties.spi.config.transfer with parameters of type ArtifactRef | |
---|---|
DefinitionXmlMessageBean(TransferCode code, ArtifactRef artifact) Constructor without cause. |
|
DefinitionXmlMessageBean(TransferCode code, Throwable cause, ArtifactRef artifact) Default constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |