|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectorg.apache.ivy.core.module.descriptor.DefaultDependencyDescriptor
org.codehaus.groovy.grails.resolve.EnhancedDefaultDependencyDescriptor
class EnhancedDefaultDependencyDescriptor extends DefaultDependencyDescriptor
Adds new methods to make access to this class Groovier
Property Summary | |
---|---|
static java.lang.String |
WILDCARD
|
boolean |
exported
Whether a plugin dependencies is 'exported' to the application |
boolean |
inherited
Whether the dependency is inherted from a plugin or framework and not an application dependency |
java.lang.String |
plugin
Plugin that the dependency relates to, null if it is a framework or application dependency |
java.lang.String |
scope
Configuration scope of the plugin 'runtime', 'build', 'test' etc. |
Constructor Summary | |
EnhancedDefaultDependencyDescriptor(ModuleRevisionId mrid, boolean force, java.lang.String scope)
|
|
EnhancedDefaultDependencyDescriptor(ModuleRevisionId mrid, boolean force, boolean transitive, java.lang.String scope)
|
Method Summary | |
---|---|
void
|
addRuleForModuleId(ModuleId mid, java.lang.String scope, java.lang.String type, java.lang.String ext)
|
void
|
dependencyConfiguration(java.lang.String config)
|
void
|
exclude(java.lang.Object exclude)
|
void
|
excludes(java.lang.Object args)
|
boolean
|
isExportedToApplication()
Whether the dependency should be exposed to the application |
boolean
|
isSupportedInConfiguration(java.lang.String conf)
|
void
|
setChanging(boolean b)
|
void
|
setExport(boolean b)
|
void
|
setTransitive(boolean b)
|
Property Detail |
---|
static final java.lang.String WILDCARD
boolean exported
boolean inherited
java.lang.String plugin
java.lang.String scope
Constructor Detail |
---|
EnhancedDefaultDependencyDescriptor(ModuleRevisionId mrid, boolean force, java.lang.String scope)
EnhancedDefaultDependencyDescriptor(ModuleRevisionId mrid, boolean force, boolean transitive, java.lang.String scope)
Method Detail |
---|
void addRuleForModuleId(ModuleId mid, java.lang.String scope, java.lang.String type, java.lang.String ext)
void dependencyConfiguration(java.lang.String config)
void exclude(java.lang.Object exclude)
void excludes(java.lang.Object args)
boolean isExportedToApplication()
boolean isSupportedInConfiguration(java.lang.String conf)
void setChanging(boolean b)
void setExport(boolean b)
void setTransitive(boolean b)
Groovy Documentation