|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.scm.command.AbstractCommand
Field Summary |
---|
Fields inherited from interface org.apache.maven.scm.command.Command |
---|
ROLE |
Constructor Summary | |
---|---|
AbstractCommand()
|
Method Summary | |
---|---|
ScmResult |
execute(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
|
protected abstract ScmResult |
executeCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
|
ScmLogger |
getLogger()
|
void |
setLogger(ScmLogger logger)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AbstractCommand()
Method Detail |
protected abstract ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
ScmException
public final ScmResult execute(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
execute
in interface Command
ScmException
public final ScmLogger getLogger()
getLogger
in interface Command
Command.getLogger()
public final void setLogger(ScmLogger logger)
setLogger
in interface Command
Command.setLogger(org.apache.maven.scm.log.ScmLogger)
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |