public class JFlexMojo
extends org.apache.maven.plugin.AbstractMojo
Modifier and Type | Field and Description |
---|---|
static String |
SRC_MAIN_JFLEX
Name of the directory where to look for jflex files by default.
|
Constructor and Description |
---|
JFlexMojo() |
Modifier and Type | Method and Description |
---|---|
void |
execute()
Generate java parsers from lexer definition files.
|
protected File |
getAbsolutePath(File path)
Converts the specified path argument into an absolute path.
|
public static final String SRC_MAIN_JFLEX
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
protected File getAbsolutePath(File path)
path
- The path argument to convert, may be null
.Copyright © 2007-2013. All Rights Reserved.