Class AbstractFileInfoCommand
- java.lang.Object
- 
- org.apache.maven.scm.command.AbstractCommand
- 
- org.apache.maven.scm.command.fileinfo.AbstractFileInfoCommand
 
 
- 
- All Implemented Interfaces:
- Command
 
 public abstract class AbstractFileInfoCommand extends AbstractCommand - Author:
- Emmanuel Venisse, Trygve Laugstøl
 
- 
- 
Field Summary- 
Fields inherited from class org.apache.maven.scm.command.AbstractCommandlogger
 
- 
 - 
Constructor SummaryConstructors Constructor Description AbstractFileInfoCommand()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description ScmResultexecuteCommand(ScmProviderRepository repository, File workingDirectory, CommandParameters parameters)protected abstract ScmResultexecuteFileInfoCommand(ScmProviderRepository repository, File workingDirectory, String filename)- 
Methods inherited from class org.apache.maven.scm.command.AbstractCommandexecute, executeCommand
 
- 
 
- 
- 
- 
Constructor Detail- 
AbstractFileInfoCommandpublic AbstractFileInfoCommand() 
 
- 
 - 
Method Detail- 
executeFileInfoCommandprotected abstract ScmResult executeFileInfoCommand(ScmProviderRepository repository, File workingDirectory, String filename) throws ScmException - Throws:
- ScmException
 
 - 
executeCommandpublic ScmResult executeCommand(ScmProviderRepository repository, File workingDirectory, CommandParameters parameters) throws ScmException - Throws:
- ScmException
 
 
- 
 
-