|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractMojo
org.apache.maven.scm.plugin.AbstractScmMojo
org.apache.maven.scm.plugin.CheckoutMojo
public class CheckoutMojo
Get a fresh copy of the latest source from the configured scm url.
Constructor Summary | |
---|---|
CheckoutMojo()
|
Method Summary | |
---|---|
protected ScmResult |
checkout()
|
void |
execute()
|
protected java.io.File |
getCheckoutDirectory()
|
protected ScmResult |
getCheckoutResult()
|
void |
setCheckoutDirectory(java.io.File checkoutDirectory)
|
Methods inherited from class org.apache.maven.scm.plugin.AbstractScmMojo |
---|
checkResult, getConnectionUrl, getExcludes, getFileSet, getIncludes, getScmManager, getScmRepository, getScmVersion, getWorkingDirectory, setConnectionType, setConnectionUrl, setExcludes, setIncludes, setWorkingDirectory |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CheckoutMojo()
Method Detail |
---|
public void execute() throws MojoExecutionException
execute
in class AbstractScmMojo
MojoExecutionException
protected java.io.File getCheckoutDirectory()
public void setCheckoutDirectory(java.io.File checkoutDirectory)
protected ScmResult checkout() throws MojoExecutionException
MojoExecutionException
protected ScmResult getCheckoutResult()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |