Package jflex.maven.plugin.jflex
Class SpecInfo
java.lang.Object
jflex.maven.plugin.jflex.SpecInfo
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
className
name of the generated class -
packageName
dot-separated package name. Empty string for the default package. -
includedFiles
set of files recursively included from the lex spec
-
-
Constructor Details
-
SpecInfo
-
SpecInfo
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
getOutputFilename
String getOutputFilename()Returns 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.
-