Modifier | Constructor and Description |
---|---|
protected |
Compiler() |
Modifier and Type | Method and Description |
---|---|
void |
copyIncludeFiles(org.apache.maven.project.MavenProject mavenProject,
File targetDirectory) |
CompilerDef |
getCompiler(String type,
String output) |
Set |
getExcludes() |
protected Set |
getExcludes(String type) |
protected List<String> |
getIncludePaths(String type) |
Set |
getIncludes() |
protected Set |
getIncludes(String type) |
protected abstract String |
getLanguage() |
String |
getName() |
protected String |
getPrefix() |
List |
getSourceDirectories() |
void |
setAbstractCompileMojo(AbstractCompileMojo mojo) |
public static final String MAIN
public static final String TEST
public String getName() throws org.apache.maven.plugin.MojoFailureException, org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionException
public final void setAbstractCompileMojo(AbstractCompileMojo mojo)
public final List getSourceDirectories()
public final Set getIncludes() throws org.apache.maven.plugin.MojoFailureException, org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionException
protected final Set getIncludes(String type) throws org.apache.maven.plugin.MojoFailureException, org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionException
public final Set getExcludes() throws org.apache.maven.plugin.MojoFailureException, org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionException
protected final Set getExcludes(String type) throws org.apache.maven.plugin.MojoFailureException, org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionException
protected final String getPrefix() throws org.apache.maven.plugin.MojoFailureException, org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionException
public final CompilerDef getCompiler(String type, String output) throws org.apache.maven.plugin.MojoFailureException, org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionException
protected abstract String getLanguage()
public final void copyIncludeFiles(org.apache.maven.project.MavenProject mavenProject, File targetDirectory) throws IOException
IOException
Copyright © 2002–2014 The Apache Software Foundation. All rights reserved.