Modifier and Type | Method and Description |
---|---|
static ArtifactVault.DependencyArtifact |
ArtifactVault.DependencyArtifact.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArtifactVault.DependencyArtifact |
ArtifactVault.DependencyArtifact.valueOf(String groupId,
String artifactId)
Lookup a
ArtifactVault.DependencyArtifact by the unique combination of it's
group id and artifact id. |
static ArtifactVault.DependencyArtifact[] |
ArtifactVault.DependencyArtifact.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Collection<ArtifactVault.DependencyArtifact> |
ArtifactVault.getBlacklistedArtifacts(String profileId) |
Modifier and Type | Method and Description |
---|---|
protected org.jboss.forge.addon.dependencies.builder.DependencyBuilder |
AbstractBaseFacet.getDependency(ArtifactVault.DependencyArtifact artifact) |
Modifier and Type | Field and Description |
---|---|
protected ArtifactVault.DependencyArtifact |
AbstractPluginFacet.pluginArtifact
The Maven artifact of the plugin to be installed.
|
Modifier and Type | Method and Description |
---|---|
ArtifactVault.DependencyArtifact |
AbstractPluginFacet.getPluginArtifact() |
Modifier and Type | Method and Description |
---|---|
protected void |
CreateTestCommand.addTestJarDependency(org.jboss.forge.addon.projects.Project project,
ArtifactVault.DependencyArtifact artifact) |
protected void |
CreateTestCommand.addTestScopedDependency(org.jboss.forge.addon.projects.Project project,
ArtifactVault.DependencyArtifact artifact) |
Modifier and Type | Method and Description |
---|---|
String |
VersionFacet.resolveVersion(ArtifactVault.DependencyArtifact dependency) |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.