org.codehaus.mojo.jflex
Class ClassInfo
java.lang.Object
org.codehaus.mojo.jflex.ClassInfo
public class ClassInfo
- extends Object
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 |
className
public String className
packageName
public String packageName
ClassInfo
public ClassInfo()
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.