|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgroovy.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.IncludesFactory
public class IncludesFactory
Builds includes nodes.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.sonatype.maven.polyglot.groovy.builder.factory.NamedFactory |
---|
NamedFactory.NodeValueParseException |
Constructor Summary | |
---|---|
IncludesFactory()
|
Method Summary | |
---|---|
java.lang.Object |
newInstance(groovy.util.FactoryBuilderSupport builder,
java.lang.Object name,
java.lang.Object value,
java.util.Map attrs)
|
static java.util.List |
parse(java.lang.Object value)
|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public IncludesFactory()
Method Detail |
---|
public java.lang.Object newInstance(groovy.util.FactoryBuilderSupport builder, java.lang.Object name, java.lang.Object value, java.util.Map attrs) throws java.lang.InstantiationException, java.lang.IllegalAccessException
newInstance
in interface groovy.util.Factory
newInstance
in class ListFactory
java.lang.InstantiationException
java.lang.IllegalAccessException
public static java.util.List parse(java.lang.Object value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |