com.github.maven_nar
Class AbstractResourcesMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
com.github.maven_nar.AbstractNarMojo
com.github.maven_nar.AbstractResourcesMojo
- All Implemented Interfaces:
- NarConstants, org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
- AbstractGnuMojo, NarResourcesMojo
public abstract class AbstractResourcesMojo
- extends AbstractNarMojo
Keeps track of resources
- Author:
- Mark Donszelmann
| Fields inherited from interface com.github.maven_nar.NarConstants |
LOG_LEVEL_DEBUG, LOG_LEVEL_ERROR, LOG_LEVEL_INFO, LOG_LEVEL_VERBOSE, LOG_LEVEL_WARNING, NAR, NAR_AOL, NAR_EXTENSION, NAR_NO_ARCH, NAR_ROLE_HINT, NAR_TYPE |
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
| Methods inherited from class com.github.maven_nar.AbstractNarMojo |
execute, getAOL, getArchitecture, getBasedir, getJavah, getJavaHome, getLayout, getLibraries, getLinker, getMavenProject, getNarInfo, getOS, getOutput, getOutputDirectory, getTargetDirectory, getTestTargetDirectory, getTestUnpackDirectory, getUnpackDirectory, narExecute, validate |
| Methods inherited from class org.apache.maven.plugin.AbstractMojo |
getLog, getPluginContext, setLog, setPluginContext |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractResourcesMojo
public AbstractResourcesMojo()
copyIncludes
protected final int copyIncludes(File srcDir)
throws IOException,
org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
- Throws:
IOException
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
copyBinaries
protected final int copyBinaries(File srcDir,
String aol)
throws IOException,
org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
- Throws:
IOException
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
copyLibraries
protected final int copyLibraries(File srcDir,
String aol)
throws org.apache.maven.plugin.MojoFailureException,
IOException,
org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoFailureException
IOException
org.apache.maven.plugin.MojoExecutionException
copyResources
protected final void copyResources(File srcDir,
String aol)
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
- Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.