Griffon 1.2.0

org.codehaus.griffon.resolve.config
[Groovy] Class InheritanceConfigurer

java.lang.Object
  groovy.lang.GroovyObjectSupport
      org.codehaus.griffon.resolve.config.AbstractDependencyManagementConfigurer
          org.codehaus.griffon.resolve.config.InheritanceConfigurer

class InheritanceConfigurer
extends AbstractDependencyManagementConfigurer

Field Summary
 
Fields inherited from class AbstractDependencyManagementConfigurer
context
 
Constructor Summary
InheritanceConfigurer(DependencyConfigurationContext context)

 
Method Summary
void excludes(Map exclude)

void excludes(String[] excludeList)

 
Methods inherited from class AbstractDependencyManagementConfigurer
getAntVersion, getContext, getDependencyManager, getGriffonVersion, getGroovyVersion, getSlf4jVersion, getSpringVersion
 
Methods inherited from class GroovyObjectSupport
setProperty, getProperty, getMetaClass, setMetaClass, invokeMethod, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

InheritanceConfigurer

InheritanceConfigurer(DependencyConfigurationContext context)


 
Method Detail

excludes

void excludes(Map exclude)


excludes

void excludes(String[] excludeList)


 

Groovy Documentation