public abstract class AbstractExistsMojo
extends org.apache.maven.plugin.AbstractMojo
| Constructor and Description |
|---|
AbstractExistsMojo() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Boolean |
checkArtifactExists(String uri) |
void |
execute() |
protected abstract String |
getPropertyName() |
protected abstract byte[] |
getRemoteChecksum(String s) |
protected abstract String |
getRepositoryBase() |
protected boolean |
isSnapshot() |
protected abstract byte[] getRemoteChecksum(String s) throws org.apache.maven.plugin.MojoExecutionException, IOException
org.apache.maven.plugin.MojoExecutionExceptionIOExceptionprotected abstract String getRepositoryBase() throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionprotected abstract String getPropertyName()
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionprotected boolean isSnapshot()
protected abstract Boolean checkArtifactExists(String uri) throws IOException, org.apache.maven.plugin.MojoExecutionException
IOExceptionorg.apache.maven.plugin.MojoExecutionExceptionCopyright © 2016–2017. All rights reserved.