Class ReportsFactory
- 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.ReportsFactory
-
- All Implemented Interfaces:
groovy.util.Factory
public class ReportsFactory extends ListFactory
Builds reports nodes.- Since:
- 0.8
- Author:
- Tim O'Brien
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.sonatype.maven.polyglot.groovy.builder.factory.NamedFactory
NamedFactory.NodeValueParseException
-
-
Constructor Summary
Constructors Constructor Description ReportsFactory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
newInstance(groovy.util.FactoryBuilderSupport builder, Object name, Object value, Map attrs)
static List
parse(Object value)
-
Methods inherited from class org.sonatype.maven.polyglot.groovy.builder.factory.NamedFactory
getName, setParent, toString
-
-
-
-
Method Detail
-
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
-
-