org.codehaus.mojo.jflex
Class ClassInfo

java.lang.Object
  extended by org.codehaus.mojo.jflex.ClassInfo

public class ClassInfo
extends Object


Field Summary
 String className
           
 String packageName
           
 
Constructor Summary
ClassInfo()
           
 
Method Summary
 String getOutputFilename()
          Return the (relative) path name of the java source code file that corresponds to the class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

className

public String className

packageName

public String packageName
Constructor Detail

ClassInfo

public ClassInfo()
Method Detail

getOutputFilename

public String getOutputFilename()
Return the (relative) path name of the java source code file that corresponds to the class. For instance, "org.foo.Bar" returns "org/foo/Bar.java"

Returns:
Name of the java file.


Copyright © 2007-2011. All Rights Reserved.