public abstract class ArtifactHandlerBase extends Object implements ArtifactHandler
| Modifier and Type | Class and Description |
|---|---|
static class |
ArtifactHandlerBase.Builder<T extends ArtifactHandlerBase.Builder<T>> |
| Modifier and Type | Field and Description |
|---|---|
protected String |
buildDirectoryAbsolutePath |
protected static String |
DEPLOY_ABORT |
protected static String |
DEPLOY_FINISH |
protected static String |
DEPLOY_START |
protected org.apache.maven.shared.filtering.MavenResourcesFiltering |
filtering |
protected org.apache.maven.plugin.logging.Log |
log |
protected org.apache.maven.project.MavenProject |
project |
protected List<org.apache.maven.model.Resource> |
resources |
protected org.apache.maven.execution.MavenSession |
session |
protected String |
stagingDirectoryPath |
| Modifier | Constructor and Description |
|---|---|
protected |
ArtifactHandlerBase(ArtifactHandlerBase.Builder<?> builder) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
assureStagingDirectoryNotEmpty() |
protected void |
prepareResources() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublishprotected static final String DEPLOY_START
protected static final String DEPLOY_FINISH
protected static final String DEPLOY_ABORT
protected org.apache.maven.project.MavenProject project
protected org.apache.maven.execution.MavenSession session
protected org.apache.maven.shared.filtering.MavenResourcesFiltering filtering
protected List<org.apache.maven.model.Resource> resources
protected String stagingDirectoryPath
protected String buildDirectoryAbsolutePath
protected org.apache.maven.plugin.logging.Log log
protected ArtifactHandlerBase(ArtifactHandlerBase.Builder<?> builder)
protected void assureStagingDirectoryNotEmpty()
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionprotected void prepareResources()
throws IOException,
org.apache.maven.plugin.MojoExecutionException
IOExceptionorg.apache.maven.plugin.MojoExecutionExceptionCopyright © 2018. All rights reserved.