public interface MarkerHandler
Modifier and Type | Method and Description |
---|---|
boolean |
clearMarker() |
boolean |
isMarkerOlder(Artifact artifact) |
boolean |
isMarkerSet() |
void |
setArtifact(Artifact artifact) |
void |
setMarker() |
boolean isMarkerSet() throws MojoExecutionException
MojoExecutionException
- in case of an error.void setMarker() throws MojoExecutionException
MojoExecutionException
- in case of an error.boolean clearMarker() throws MojoExecutionException
MojoExecutionException
- in case of an error.boolean isMarkerOlder(Artifact artifact) throws MojoExecutionException
artifact
- Artifact
MojoExecutionException
- in case of an error.Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.