|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ArtifactType | |
|---|---|
| org.modeshape.maven | The classes that make up the Maven classloader system. |
| org.modeshape.maven.spi | The classes that define the SPI for the Maven classloader system. |
| Uses of ArtifactType in org.modeshape.maven |
|---|
| Methods in org.modeshape.maven that return ArtifactType | |
|---|---|
static ArtifactType |
ArtifactType.valueBySuffix(String suffix)
|
static ArtifactType |
ArtifactType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ArtifactType[] |
ArtifactType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.modeshape.maven with parameters of type ArtifactType | |
|---|---|
URL |
MavenRepository.getUrl(MavenId mavenId,
ArtifactType artifactType,
SignatureType signatureType)
Get the URL for the artifact with the specified type in the given Maven project. |
URL |
MavenRepository.getUrl(MavenId mavenId,
ArtifactType artifactType,
SignatureType signatureType,
boolean createIfRequired)
Get the URL for the artifact with the specified type in the given Maven project. |
| Uses of ArtifactType in org.modeshape.maven.spi |
|---|
| Methods in org.modeshape.maven.spi with parameters of type ArtifactType | |
|---|---|
URL |
MavenUrlProvider.getUrl(MavenId mavenId,
ArtifactType artifactType,
SignatureType signatureType,
boolean createIfRequired)
Get the URL for the artifact with the specified type in the given Maven project. |
URL |
JcrMavenUrlProvider.getUrl(MavenId mavenId,
ArtifactType artifactType,
SignatureType signatureType,
boolean createIfRequired)
Get the URL for the artifact with the specified type in the given Maven project. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||