org.modeshape.sequencer.java
Class MethodMetadataSequencer

java.lang.Object
  extended by org.modeshape.sequencer.java.MethodMetadataSequencer

public class MethodMetadataSequencer
extends Object

Sequencer for a MethodMetadata.


Method Summary
static Path createMethodParamPath(PathFactory pathFactory, Path rootPath)
          Create a path of method/constructor parameter.
static Path createMethodParamRootPath(PathFactory pathFactory, Path constructorParameterRootPath)
          create a root path for method parameter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createMethodParamPath

public static Path createMethodParamPath(PathFactory pathFactory,
                                         Path rootPath)
Create a path of method/constructor parameter.

Parameters:
pathFactory - - PathFactory.
rootPath - - Root path of the method/constructor.
Returns:
the path of the parameter.

createMethodParamRootPath

public static Path createMethodParamRootPath(PathFactory pathFactory,
                                             Path constructorParameterRootPath)
create a root path for method parameter.

Parameters:
pathFactory - the path factory to use
constructorParameterRootPath -
Returns:
root path for a method parameter.


Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.