|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DependencyScope in org.springframework.roo.project |
---|
Methods in org.springframework.roo.project that return DependencyScope | |
---|---|
DependencyScope |
Dependency.getScope()
|
static DependencyScope |
DependencyScope.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DependencyScope[] |
DependencyScope.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in org.springframework.roo.project with parameters of type DependencyScope | |
---|---|
Dependency(org.springframework.roo.model.JavaPackage groupId,
org.springframework.roo.model.JavaSymbolName artifactId,
String versionId,
DependencyType type,
DependencyScope scope)
Creates an immutable Dependency . |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |