@Mojo(name="check-svn-property",
defaultPhase=VALIDATE)
public class CheckSVNPropertyMojo
extends org.apache.maven.plugin.AbstractMojo
implements org.tmatesoft.svn.core.wc.ISVNStatusHandler
| Constructor and Description |
|---|
CheckSVNPropertyMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
void |
handleStatus(org.tmatesoft.svn.core.wc.SVNStatus status)
Examines the provided status item to determine whether the associated
file is acceptable.
|
public CheckSVNPropertyMojo()
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
execute in interface org.apache.maven.plugin.Mojoorg.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionpublic void handleStatus(org.tmatesoft.svn.core.wc.SVNStatus status)
handleStatus in interface org.tmatesoft.svn.core.wc.ISVNStatusHandlerstatus - The SVN status information for the file of interest.Copyright © 2011-2015 ForgeRock AS. All Rights Reserved.