| Package | Description |
|---|---|
| org.jboss.forge.project.dependencies | |
| org.jboss.forge.project.facets |
| Modifier and Type | Method and Description |
|---|---|
static ScopeType |
ScopeType.from(String type) |
ScopeType |
ExcludedDependencyBuilder.getScopeTypeEnum() |
ScopeType |
DependencyBuilder.getScopeTypeEnum() |
ScopeType |
DependencyImpl.getScopeTypeEnum() |
ScopeType |
Dependency.getScopeTypeEnum()
Get the
ScopeType of this Dependency, if the type is not one of the default supported types,
OTHER will be returned; |
static ScopeType |
ScopeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScopeType[] |
ScopeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Dependency |
DependencyInstaller.install(Project project,
Dependency dependency,
ScopeType type)
Install given
Dependency with the given ScopeType. |
Dependency |
DependencyInstaller.install(Project project,
Dependency dependency,
ScopeType type,
DependencyFilter filter)
|
Dependency |
DependencyInstaller.installManaged(Project project,
Dependency dependency,
ScopeType type)
Install given managed
Dependency with the given ScopeType . |
Dependency |
DependencyInstaller.installManaged(Project project,
Dependency dependency,
ScopeType type,
DependencyFilter filter)
|
DependencyBuilder |
ExcludedDependencyBuilder.setScope(ScopeType scope) |
DependencyBuilder |
DependencyBuilder.setScopeType(ScopeType scope) |
void |
DependencyImpl.setScopeType(ScopeType scope) |
| Modifier and Type | Method and Description |
|---|---|
List<Dependency> |
DependencyFacet.getDependenciesInScopes(ScopeType... scopes)
|
List<Dependency> |
DependencyFacet.getEffectiveDependenciesInScopes(ScopeType... scopes)
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.