Class ClearCaseStatusCommand
- java.lang.Object
-
- org.apache.maven.scm.command.AbstractCommand
-
- org.apache.maven.scm.command.status.AbstractStatusCommand
-
- org.apache.maven.scm.provider.clearcase.command.status.ClearCaseStatusCommand
-
- All Implemented Interfaces:
Command
,ClearCaseCommand
public class ClearCaseStatusCommand extends AbstractStatusCommand implements ClearCaseCommand
-
-
Constructor Summary
Constructors Constructor Description ClearCaseStatusCommand()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.codehaus.plexus.util.cli.Commandline
createCommandLine(ScmFileSet scmFileSet)
protected StatusScmResult
executeStatusCommand(ScmProviderRepository scmProviderRepository, ScmFileSet scmFileSet)
-
Methods inherited from class org.apache.maven.scm.command.status.AbstractStatusCommand
executeCommand
-
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
-
-
-
Method Detail
-
executeStatusCommand
protected StatusScmResult executeStatusCommand(ScmProviderRepository scmProviderRepository, ScmFileSet scmFileSet) throws ScmException
- Specified by:
executeStatusCommand
in classAbstractStatusCommand
- Throws:
ScmException
-
createCommandLine
public static org.codehaus.plexus.util.cli.Commandline createCommandLine(ScmFileSet scmFileSet)
-
-