org.apache.commons.ognl.test.util
Class NameFactory

java.lang.Object
  extended by org.apache.commons.ognl.test.util.NameFactory

public class NameFactory
extends Object


Constructor Summary
NameFactory(String classBaseName, String variableBaseName)
           
 
Method Summary
 String getNewClassName()
           
 String getNewVariableName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NameFactory

public NameFactory(String classBaseName,
                   String variableBaseName)
Method Detail

getNewClassName

public String getNewClassName()

getNewVariableName

public String getNewVariableName()


Copyright © 1997-2013 The Apache Software Foundation. All Rights Reserved.