|
||||||||||
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.ParentFactory
public class ParentFactory
Builds Parent
nodes.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.sonatype.maven.polyglot.groovy.builder.factory.NamedFactory |
---|
NamedFactory.NodeValueParseException |
Constructor Summary | |
---|---|
ParentFactory()
|
Method Summary | |
---|---|
java.lang.Object |
newInstance(groovy.util.FactoryBuilderSupport builder,
java.lang.Object name,
java.lang.Object value,
java.util.Map attrs)
|
static org.apache.maven.model.Parent |
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 ParentFactory()
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
java.lang.InstantiationException
java.lang.IllegalAccessException
public static org.apache.maven.model.Parent parse(java.lang.Object value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |