|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.scm.provider.AbstractScmProvider
org.apache.maven.scm.provider.svn.AbstractSvnScmProvider
public abstract class AbstractSvnScmProvider
SCM Provider for Subversion
| Field Summary |
|---|
| Fields inherited from interface org.apache.maven.scm.provider.ScmProvider |
|---|
ROLE |
| Constructor Summary | |
|---|---|
AbstractSvnScmProvider()
|
|
| Methods inherited from class org.apache.maven.scm.provider.AbstractScmProvider |
|---|
add, add, add, addListener, blame, branch, branch, branch, changeLog, changeLog, changeLog, changeLog, changeLog, changeLog, changeLog, changeLog, checkIn, checkIn, checkIn, checkOut, checkOut, checkOut, checkOut, checkOut, checkOut, diff, diff, edit, edit, export, export, export, export, export, getLogger, list, list, login, mkdir, remoteInfo, remove, requiresEditMode, sanitizeTagName, status, tag, tag, tag, unedit, unedit, update, update, update, update, update, update, update, update, update, update, update, update, validateTagName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractSvnScmProvider()
| Method Detail |
|---|
public String getScmSpecificFilename()
getScmSpecificFilename in interface ScmProvidergetScmSpecificFilename in class AbstractScmProvider
public ScmProviderRepository makeProviderScmRepository(String scmSpecificUrl,
char delimiter)
throws ScmRepositoryException
ScmRepositoryException
public ScmProviderRepository makeProviderScmRepository(File path)
throws ScmRepositoryException,
UnknownRepositoryStructure
makeProviderScmRepository in interface ScmProvidermakeProviderScmRepository in class AbstractScmProviderScmRepositoryException
UnknownRepositoryStructure
protected abstract String getRepositoryURL(File path)
throws ScmException
ScmException
public List<String> validateScmUrl(String scmSpecificUrl,
char delimiter)
validateScmUrl in interface ScmProvidervalidateScmUrl in class AbstractScmProviderpublic String getScmType()
protected abstract SvnCommand getAddCommand()
public AddScmResult add(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
throws ScmException
add in class AbstractScmProviderScmExceptionprotected abstract SvnCommand getBranchCommand()
protected BranchScmResult branch(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
throws ScmException
branch in class AbstractScmProviderScmExceptionprotected abstract SvnCommand getChangeLogCommand()
public ChangeLogScmResult changelog(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
throws ScmException
changelog in class AbstractScmProviderScmExceptionprotected abstract SvnCommand getCheckInCommand()
public CheckInScmResult checkin(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
throws ScmException
checkin in class AbstractScmProviderScmExceptionprotected abstract SvnCommand getCheckOutCommand()
public CheckOutScmResult checkout(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
throws ScmException
checkout in class AbstractScmProviderScmExceptionprotected abstract SvnCommand getDiffCommand()
public DiffScmResult diff(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
throws ScmException
diff in class AbstractScmProviderScmExceptionprotected abstract SvnCommand getExportCommand()
protected ExportScmResult export(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
throws ScmException
export in class AbstractScmProviderScmExceptionprotected abstract SvnCommand getRemoveCommand()
public RemoveScmResult remove(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
throws ScmException
remove in class AbstractScmProviderScmExceptionprotected abstract SvnCommand getStatusCommand()
public StatusScmResult status(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
throws ScmException
status in class AbstractScmProviderScmExceptionprotected abstract SvnCommand getTagCommand()
public TagScmResult tag(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
throws ScmException
tag in class AbstractScmProviderScmExceptionprotected abstract SvnCommand getUpdateCommand()
public UpdateScmResult update(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
throws ScmException
update in class AbstractScmProviderScmException
protected ScmResult executeCommand(SvnCommand command,
ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
throws ScmException
ScmExceptionprotected abstract SvnCommand getListCommand()
public ListScmResult list(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
throws ScmException
list in class AbstractScmProviderScmExceptionprotected abstract SvnCommand getInfoCommand()
public InfoScmResult info(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
throws ScmException
info in interface ScmProviderinfo in class AbstractScmProviderScmException
protected BlameScmResult blame(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
throws ScmException
blame in class AbstractScmProviderScmExceptionprotected abstract SvnCommand getBlameCommand()
public MkdirScmResult mkdir(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
throws ScmException
mkdir in class AbstractScmProviderScmExceptionprotected abstract SvnCommand getMkdirCommand()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||