|
ShrinkWrap Resolver Maven API 2.0.0-alpha-3 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ScopeType in org.jboss.shrinkwrap.resolver.api.maven |
|---|
| Methods in org.jboss.shrinkwrap.resolver.api.maven that return ScopeType | |
|---|---|
static ScopeType |
ScopeType.fromScopeType(String scopeName)
Maps a string to ScopeType |
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. |
| Uses of ScopeType in org.jboss.shrinkwrap.resolver.api.maven.coordinate |
|---|
| Methods in org.jboss.shrinkwrap.resolver.api.maven.coordinate that return ScopeType | |
|---|---|
ScopeType |
MavenDependency.getScope()
Returns the scope for this MavenDependency. |
| Methods in org.jboss.shrinkwrap.resolver.api.maven.coordinate with parameters of type ScopeType | |
|---|---|
static MavenDependency |
MavenDependencies.createDependency(MavenCoordinate coordinate,
ScopeType scope,
boolean optional,
MavenDependencyExclusion... exclusions)
Creates a new MavenDependency instance from the specified properties. |
static MavenDependency |
MavenDependencies.createDependency(String canonicalForm,
ScopeType scope,
boolean optional,
MavenDependencyExclusion... exclusions)
Creates a new MavenDependency instance from the specified, required canonical form in format
, with the additional, optional
properties. |
| Uses of ScopeType in org.jboss.shrinkwrap.resolver.api.maven.filter |
|---|
| Constructors in org.jboss.shrinkwrap.resolver.api.maven.filter with parameters of type ScopeType | |
|---|---|
ScopeFilter(ScopeType... scopes)
Creates a filter which accepts all artifacts which have scope matching one of those specified here. |
|
| Uses of ScopeType in org.jboss.shrinkwrap.resolver.api.maven.strategy |
|---|
| Constructors in org.jboss.shrinkwrap.resolver.api.maven.strategy with parameters of type ScopeType | |
|---|---|
AcceptScopesStrategy(ScopeType... scopes)
Creates a new instance allowing only the specified ScopeTypes to pass through the
AcceptScopesStrategy.getResolutionFilters() |
|
|
ShrinkWrap Resolver Maven API 2.0.0-alpha-3 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||