|
||||||||||
| 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.StringFactory
public class StringFactory
Builds string nodes.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.sonatype.maven.polyglot.groovy.builder.factory.NamedFactory |
|---|
NamedFactory.NodeValueParseException |
| Constructor Summary | |
|---|---|
StringFactory(java.lang.String name)
|
|
| Method Summary | |
|---|---|
boolean |
isLeaf()
|
java.lang.Object |
newInstance(groovy.util.FactoryBuilderSupport builder,
java.lang.Object name,
java.lang.Object value,
java.util.Map attrs)
|
| Methods inherited from class org.sonatype.maven.polyglot.groovy.builder.factory.NamedFactory |
|---|
getName, setParent, toString |
| Methods inherited from class groovy.util.AbstractFactory |
|---|
isHandlesNodeChildren, 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 StringFactory(java.lang.String name)
| Method Detail |
|---|
public boolean isLeaf()
isLeaf in interface groovy.util.FactoryisLeaf in class groovy.util.AbstractFactory
public java.lang.Object newInstance(groovy.util.FactoryBuilderSupport builder,
java.lang.Object name,
java.lang.Object value,
java.util.Map attrs)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||