Class GoalsFactory
java.lang.Object
groovy.util.AbstractFactory
org.sonatype.maven.polyglot.groovy.builder.factory.NamedFactory
org.sonatype.maven.polyglot.groovy.builder.factory.ListFactory
org.sonatype.maven.polyglot.groovy.builder.factory.GoalsFactory
- All Implemented Interfaces:
groovy.util.Factory
Builds goals nodes.
- Since:
- 0.7
- Author:
- Jason Dillon
-
Nested Class Summary
Nested classes/interfaces inherited from class org.sonatype.maven.polyglot.groovy.builder.factory.NamedFactory
NamedFactory.NodeValueParseException
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.sonatype.maven.polyglot.groovy.builder.factory.NamedFactory
getName, setParent, toString
Methods inherited from class groovy.util.AbstractFactory
isHandlesNodeChildren, isLeaf, onFactoryRegistration, onHandleNodeAttributes, onNodeChildren, onNodeCompleted, setChild
-
Constructor Details
-
GoalsFactory
public GoalsFactory()
-
-
Method Details
-
newInstance
public Object newInstance(groovy.util.FactoryBuilderSupport builder, Object name, Object value, Map attrs) throws InstantiationException, IllegalAccessException - Specified by:
newInstance
in interfacegroovy.util.Factory
- Overrides:
newInstance
in classListFactory
- Throws:
InstantiationException
IllegalAccessException
-
parse
-