Class ReportSetFactory
java.lang.Object
groovy.util.AbstractFactory
org.sonatype.maven.polyglot.groovy.builder.factory.NamedFactory
org.sonatype.maven.polyglot.groovy.builder.factory.ReportSetFactory
- All Implemented Interfaces:
groovy.util.Factory
Builds
ReportSet
nodes.- Since:
- 0.8
-
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
-
ReportSetFactory
public ReportSetFactory()
-
-
Method Details
-
newInstance
public Object newInstance(groovy.util.FactoryBuilderSupport builder, Object name, Object value, Map attrs) throws InstantiationException, IllegalAccessException -
parse
-