@Mojo(name="compile",
defaultPhase=COMPILE,
requiresDependencyResolution=COMPILE,
threadSafe=true)
public class CompilerMojo
extends AbstractCompilerMojo
UNDECLARED_DEPENDENCIES_KEY, UNUSED_DECLARED_DEPENDENCIES_WARNING, UNUSED_DEPENDENCIES_KEY, USED_UNDECLARED_DEPENDENCIES_WARNING| Constructor and Description |
|---|
CompilerMojo() |
| Modifier and Type | Method and Description |
|---|---|
protected JoocConfiguration |
createJoocConfiguration(org.apache.maven.plugin.logging.Log log) |
protected List<String> |
createUsedUndeclaredDependencyWarning(org.apache.maven.artifact.Artifact dependency) |
protected List<File> |
getActionScriptClassPath() |
protected List<File> |
getActionScriptCompilePath() |
File |
getApiOutputDirectory() |
protected List<File> |
getCompileSourceRoots() |
protected Set<String> |
getExcludes() |
protected Set<String> |
getIncludes() |
protected File |
getOutputDirectory() |
File |
getReportOutputDirectory() |
protected void |
printDependencyWarnings(JoocConfiguration joocConfiguration,
Map<String,Object> dependencyWarnings) |
execute, findUnusedDependencies, getCatalogOutputDirectory, getClassesOutputDirectory, getGeneratedSourcesDirectory, isMigrateToTypeScript, isSuppressCommentedActionScriptCode, printUndeclaredDependencyWarnings, printUnusedDependencyWarnings, resolveDependencygetNamespaces, getSourceDirectorygetMavenPluginHelper, getProjectpublic File getApiOutputDirectory()
getApiOutputDirectory in class AbstractCompilerMojoprotected List<File> getActionScriptCompilePath()
getActionScriptCompilePath in class AbstractCompilerMojoprotected List<File> getActionScriptClassPath()
getActionScriptClassPath in class AbstractCompilerMojoprotected List<File> getCompileSourceRoots()
getCompileSourceRoots in class AbstractCompilerMojoprotected File getOutputDirectory()
getOutputDirectory in class AbstractCompilerMojopublic File getReportOutputDirectory()
protected Set<String> getIncludes()
getIncludes in class AbstractCompilerMojoprotected Set<String> getExcludes()
getExcludes in class AbstractCompilerMojoprotected JoocConfiguration createJoocConfiguration(org.apache.maven.plugin.logging.Log log) throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
createJoocConfiguration in class AbstractCompilerMojoorg.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionprotected void printDependencyWarnings(JoocConfiguration joocConfiguration, Map<String,Object> dependencyWarnings)
printDependencyWarnings in class AbstractCompilerMojoprotected List<String> createUsedUndeclaredDependencyWarning(org.apache.maven.artifact.Artifact dependency)
createUsedUndeclaredDependencyWarning in class AbstractCompilerMojoCopyright © 2002–2021 CoreMedia AG. All rights reserved.