|
||||||||||
| 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.cvslib.AbstractCvsScmProvider
public abstract class AbstractCvsScmProvider
| Nested Class Summary | |
|---|---|
static class |
AbstractCvsScmProvider.ScmUrlParserResult
The current ScmUrlParserResult |
| Field Summary | |
|---|---|
static java.lang.String |
TRANSPORT_EXT
ext transport method |
static java.lang.String |
TRANSPORT_LOCAL
local transport method |
static java.lang.String |
TRANSPORT_LSERVER
lserver transport method |
static java.lang.String |
TRANSPORT_PSERVER
pserver transport method |
static java.lang.String |
TRANSPORT_SSPI
sspi transport method |
| Fields inherited from interface org.apache.maven.scm.provider.ScmProvider |
|---|
ROLE |
| Constructor Summary | |
|---|---|
AbstractCvsScmProvider()
|
|
| Methods inherited from class org.apache.maven.scm.provider.AbstractScmProvider |
|---|
add, add, addListener, 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, remove, requiresEditMode, status, tag, tag, tag, unedit, unedit, update, update, update, update, update, update, update, update, update, update, update, update |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String TRANSPORT_EXT
public static final java.lang.String TRANSPORT_LOCAL
public static final java.lang.String TRANSPORT_LSERVER
public static final java.lang.String TRANSPORT_PSERVER
public static final java.lang.String TRANSPORT_SSPI
| Constructor Detail |
|---|
public AbstractCvsScmProvider()
| Method Detail |
|---|
public java.lang.String getScmSpecificFilename()
getScmSpecificFilename in interface ScmProvidergetScmSpecificFilename in class AbstractScmProviderpublic java.lang.String sanitizeTagName(java.lang.String arg0)
sanitizeTagName in interface ScmProvidersanitizeTagName in class AbstractScmProviderpublic boolean validateTagName(java.lang.String arg0)
validateTagName in interface ScmProvidervalidateTagName in class AbstractScmProvider
public ScmProviderRepository makeProviderScmRepository(java.lang.String scmSpecificUrl,
char delimiter)
throws ScmRepositoryException
ScmRepositoryException
public ScmProviderRepository makeProviderScmRepository(java.io.File path)
throws ScmRepositoryException,
UnknownRepositoryStructure
makeProviderScmRepository in interface ScmProvidermakeProviderScmRepository in class AbstractScmProviderScmRepositoryException
UnknownRepositoryStructure
public java.util.List validateScmUrl(java.lang.String scmSpecificUrl,
char delimiter)
validateScmUrl in interface ScmProvidervalidateScmUrl in class AbstractScmProviderpublic java.lang.String getScmType()
public AddScmResult add(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
throws ScmException
add in class AbstractScmProviderScmException
public BranchScmResult branch(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
throws ScmException
branch in class AbstractScmProviderScmException
public ChangeLogScmResult changelog(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
throws ScmException
changelog in class AbstractScmProviderScmException
public CheckInScmResult checkin(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
throws ScmException
checkin in class AbstractScmProviderScmException
public CheckOutScmResult checkout(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
throws ScmException
checkout in class AbstractScmProviderScmException
public DiffScmResult diff(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
throws ScmException
diff in class AbstractScmProviderScmException
protected ExportScmResult export(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
throws ScmException
export in class AbstractScmProviderScmException
public LoginScmResult login(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
throws ScmException
login in class AbstractScmProviderScmException
public RemoveScmResult remove(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
throws ScmException
remove in class AbstractScmProviderScmException
public StatusScmResult status(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
throws ScmException
status in class AbstractScmProviderScmException
public TagScmResult tag(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
throws ScmException
tag in class AbstractScmProviderScmException
protected TagScmResult tag(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters,
ScmTagParameters scmParameters)
throws ScmException
ScmException
public UpdateScmResult update(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
throws ScmException
update in class AbstractScmProviderScmException
protected ListScmResult list(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
throws ScmException
list in class AbstractScmProviderScmException
public static java.lang.String getRelativePath(java.io.File basedir,
java.io.File f)
throws ScmException,
java.io.IOException
basedir - not nullf - not null
ScmException - if any
java.io.IOException - if any
protected AbstractCvsScmProvider.ScmUrlParserResult parseScmUrl(java.lang.String scmSpecificUrl,
char delimiter)
protected abstract Command getAddCommand()
protected abstract Command getBranchCommand()
protected abstract Command getChangeLogCommand()
protected abstract Command getCheckInCommand()
protected abstract Command getCheckOutCommand()
protected abstract Command getDiffCommand()
protected abstract Command getExportCommand()
protected abstract Command getListCommand()
protected abstract Command getLoginCommand()
protected abstract Command getRemoveCommand()
protected abstract Command getStatusCommand()
protected abstract Command getTagCommand()
protected abstract Command getUpdateCommand()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||