org.codehaus.mojo.jflex
Class ClassInfo

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

public class ClassInfo
extends java.lang.Object


Field Summary
 java.lang.String className
           
 java.lang.String packageName
           
 
Constructor Summary
ClassInfo()
           
 
Method Summary
 java.lang.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 java.lang.String className

packageName

public java.lang.String packageName
Constructor Detail

ClassInfo

public ClassInfo()
Method Detail

getOutputFilename

public java.lang.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-2010. All Rights Reserved.