|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.dna.sequencer.java.SimpleTypeMetadataSequencer
public class SimpleTypeMetadataSequencer
The sequencer of the SimpleTypeFieldMetadata
| Field Summary |
|---|
| Method Summary | |
|---|---|
static String |
createRootPath(String basePath)
the root path. |
static org.jboss.dna.graph.properties.Path |
createSimpleTypeParamPath(org.jboss.dna.graph.properties.PathFactory pathFactory,
String rootPath)
Create the path of parameter. |
static void |
sequenceConstructorSimpleTypeName(SimpleTypeFieldMetadata simpleTypeFieldMetadata,
String rootPath,
org.jboss.dna.graph.sequencers.SequencerOutput output,
org.jboss.dna.graph.properties.NameFactory nameFactory,
org.jboss.dna.graph.properties.PathFactory pathFactory)
Sequence the type name of the simple type. |
static void |
sequenceMethodFormalParam(org.jboss.dna.graph.sequencers.SequencerOutput output,
org.jboss.dna.graph.properties.NameFactory nameFactory,
org.jboss.dna.graph.properties.PathFactory pathFactory,
SimpleTypeFieldMetadata simpleTypeFieldMetadata,
String methodParamRootPath)
|
static void |
sequenceMethodReturnType(org.jboss.dna.graph.sequencers.SequencerOutput output,
org.jboss.dna.graph.properties.NameFactory nameFactory,
org.jboss.dna.graph.properties.PathFactory pathFactory,
SimpleTypeFieldMetadata simpleTypeFieldMetadata,
String methodRootPath)
Sequence the return type of a method. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void sequenceMethodFormalParam(org.jboss.dna.graph.sequencers.SequencerOutput output,
org.jboss.dna.graph.properties.NameFactory nameFactory,
org.jboss.dna.graph.properties.PathFactory pathFactory,
SimpleTypeFieldMetadata simpleTypeFieldMetadata,
String methodParamRootPath)
output - nameFactory - pathFactory - simpleTypeFieldMetadata - methodParamRootPath - public static String createRootPath(String basePath)
basePath - - the base path to use to build a root path.
public static void sequenceConstructorSimpleTypeName(SimpleTypeFieldMetadata simpleTypeFieldMetadata,
String rootPath,
org.jboss.dna.graph.sequencers.SequencerOutput output,
org.jboss.dna.graph.properties.NameFactory nameFactory,
org.jboss.dna.graph.properties.PathFactory pathFactory)
simpleTypeFieldMetadata - - the SimpleTypeFieldMetadata.rootPath - - the path.output - - the SequencerOutput.nameFactory - - the NameFactory.pathFactory - - the PathFactory.
public static org.jboss.dna.graph.properties.Path createSimpleTypeParamPath(org.jboss.dna.graph.properties.PathFactory pathFactory,
String rootPath)
pathFactory - - The PathFactory.rootPath - - the root path need to build the path.
public static void sequenceMethodReturnType(org.jboss.dna.graph.sequencers.SequencerOutput output,
org.jboss.dna.graph.properties.NameFactory nameFactory,
org.jboss.dna.graph.properties.PathFactory pathFactory,
SimpleTypeFieldMetadata simpleTypeFieldMetadata,
String methodRootPath)
output - nameFactory - pathFactory - simpleTypeFieldMetadata - methodRootPath -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||