|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ArtifactRef | |
---|---|
de.smartics.properties.resource.domain | Provides domain types dealing with resources. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |