| 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.MojoFailureExceptionorg.apache.maven.plugin.MojoExecutionExceptionpublic 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.MojoFailureExceptionorg.apache.maven.plugin.MojoExecutionExceptionprotected final Set getIncludes(String type) throws org.apache.maven.plugin.MojoFailureException, org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureExceptionorg.apache.maven.plugin.MojoExecutionExceptionpublic final Set getExcludes() throws org.apache.maven.plugin.MojoFailureException, org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureExceptionorg.apache.maven.plugin.MojoExecutionExceptionprotected final Set getExcludes(String type) throws org.apache.maven.plugin.MojoFailureException, org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureExceptionorg.apache.maven.plugin.MojoExecutionExceptionprotected final String getPrefix() throws org.apache.maven.plugin.MojoFailureException, org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureExceptionorg.apache.maven.plugin.MojoExecutionExceptionpublic final CompilerDef getCompiler(String type, String output) throws org.apache.maven.plugin.MojoFailureException, org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureExceptionorg.apache.maven.plugin.MojoExecutionExceptionprotected abstract String getLanguage()
public final void copyIncludeFiles(org.apache.maven.project.MavenProject mavenProject,
File targetDirectory)
throws IOException
IOExceptionCopyright © 2002–2024 The Apache Software Foundation. All rights reserved.