|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MavenDependency.Scope | |
|---|---|
| org.modeshape.maven | The classes that make up the Maven classloader system. |
| Uses of MavenDependency.Scope in org.modeshape.maven |
|---|
| Methods in org.modeshape.maven that return MavenDependency.Scope | |
|---|---|
static MavenDependency.Scope |
MavenDependency.Scope.getDefault()
|
MavenDependency.Scope |
MavenDependency.getScope()
The scope of the dependency - compile, runtime, test, system, and
provided. |
static MavenDependency.Scope |
MavenDependency.Scope.valueByText(String suffix,
boolean useDefault)
|
static MavenDependency.Scope |
MavenDependency.Scope.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MavenDependency.Scope[] |
MavenDependency.Scope.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.modeshape.maven that return types with arguments of type MavenDependency.Scope | |
|---|---|
static EnumSet<MavenDependency.Scope> |
MavenDependency.Scope.getRuntimeScopes()
|
| Methods in org.modeshape.maven with parameters of type MavenDependency.Scope | |
|---|---|
protected List<MavenDependency> |
MavenRepository.getDependencies(MavenId mavenId,
InputStream pomStream,
MavenDependency.Scope... allowedScopes)
Get the dependencies for the Maven project with the specified ID. |
void |
MavenDependency.setScope(MavenDependency.Scope scope)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||