public abstract class AbstractCvsScmProvider extends AbstractScmProvider
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractCvsScmProvider.ScmUrlParserResult
The current ScmUrlParserResult
|
| Modifier and Type | Field and Description |
|---|---|
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
|
ROLE| Constructor and Description |
|---|
AbstractCvsScmProvider() |
| Modifier and Type | Method and Description |
|---|---|
AddScmResult |
add(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
protected BlameScmResult |
blame(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
BranchScmResult |
branch(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
ChangeLogScmResult |
changelog(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
CheckInScmResult |
checkin(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
CheckOutScmResult |
checkout(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
DiffScmResult |
diff(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
private ScmResult |
executeCommand(Command command,
ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
protected ExportScmResult |
export(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
private static ScmFileSet |
fixUpScmFileSetAbsoluteFilePath(ScmFileSet currentFileSet)
CVS provider requires that all files in ScmFileSet must be relative to basedir
This function ensures and converts all absolute paths to relative paths
|
private static java.io.File |
getAbsoluteFilePath(java.io.File fileOrDir) |
protected abstract Command |
getAddCommand() |
protected abstract Command |
getBlameCommand() |
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 |
getMkdirCommand() |
static java.lang.String |
getRelativePath(java.io.File basedir,
java.io.File f) |
protected abstract Command |
getRemoveCommand() |
java.lang.String |
getScmSpecificFilename()
Returns the scm reserved file name where the SCM stores information like 'CVS', '.svn'.
|
java.lang.String |
getScmType() |
protected abstract Command |
getStatusCommand() |
protected abstract Command |
getTagCommand() |
protected abstract Command |
getUpdateCommand() |
protected ListScmResult |
list(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
List each element (files and directories) of fileSet as they exist in the repository.
|
LoginScmResult |
login(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
ScmProviderRepository |
makeProviderScmRepository(java.io.File path) |
ScmProviderRepository |
makeProviderScmRepository(java.lang.String scmSpecificUrl,
char delimiter) |
protected MkdirScmResult |
mkdir(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
Create directory/directories in the repository.
|
protected AbstractCvsScmProvider.ScmUrlParserResult |
parseScmUrl(java.lang.String scmSpecificUrl,
char delimiter) |
RemoveScmResult |
remove(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
java.lang.String |
sanitizeTagName(java.lang.String arg0)
Given a tag name, make it suitable for this SCM provider.
|
StatusScmResult |
status(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
TagScmResult |
tag(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
protected TagScmResult |
tag(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters,
ScmTagParameters scmParameters) |
UpdateScmResult |
update(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
java.util.List<java.lang.String> |
validateScmUrl(java.lang.String scmSpecificUrl,
char delimiter)
Validate the scm url.
|
boolean |
validateTagName(java.lang.String arg0)
Check if this tag is valid for this SCM provider.
|
add, add, add, addListener, blame, blame, branch, branch, branch, changeLog, changeLog, changeLog, changeLog, changeLog, changeLog, changeLog, changeLog, changeLog, checkIn, checkIn, checkIn, checkOut, checkOut, checkOut, checkOut, checkOut, checkOut, checkOut, diff, diff, edit, edit, export, export, export, export, export, getLogger, info, list, list, mkdir, remoteInfo, remove, requiresEditMode, status, tag, tag, tag, unedit, unedit, update, update, update, update, update, update, update, update, update, update, update, updatepublic 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
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 AbstractScmProviderarg0 - input tag namepublic boolean validateTagName(java.lang.String arg0)
validateTagName in interface ScmProvidervalidateTagName in class AbstractScmProviderarg0 - tag name to checkpublic ScmProviderRepository makeProviderScmRepository(java.lang.String scmSpecificUrl, char delimiter) throws ScmRepositoryException
ScmRepositoryExceptionpublic ScmProviderRepository makeProviderScmRepository(java.io.File path) throws ScmRepositoryException, UnknownRepositoryStructure
makeProviderScmRepository in interface ScmProvidermakeProviderScmRepository in class AbstractScmProviderScmRepositoryExceptionUnknownRepositoryStructurepublic java.util.List<java.lang.String> validateScmUrl(java.lang.String scmSpecificUrl,
char delimiter)
validateScmUrl in interface ScmProvidervalidateScmUrl in class AbstractScmProviderscmSpecificUrl - The SCM urldelimiter - The delimiter used in the SCM urlpublic java.lang.String getScmType()
public AddScmResult add(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
add in class AbstractScmProviderScmExceptionpublic BranchScmResult branch(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
branch in class AbstractScmProviderScmExceptionprotected BlameScmResult blame(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
blame in class AbstractScmProviderScmExceptionpublic ChangeLogScmResult changelog(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
changelog in class AbstractScmProviderScmExceptionpublic CheckInScmResult checkin(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
checkin in class AbstractScmProviderScmExceptionpublic CheckOutScmResult checkout(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
checkout in class AbstractScmProviderScmExceptionpublic DiffScmResult diff(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
diff in class AbstractScmProviderScmExceptionprotected ExportScmResult export(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
export in class AbstractScmProviderScmExceptionpublic LoginScmResult login(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
login in class AbstractScmProviderScmExceptionpublic RemoveScmResult remove(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
remove in class AbstractScmProviderScmExceptionpublic StatusScmResult status(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
status in class AbstractScmProviderScmExceptionpublic TagScmResult tag(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
tag in class AbstractScmProviderScmExceptionprotected TagScmResult tag(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters, ScmTagParameters scmParameters) throws ScmException
ScmExceptionpublic UpdateScmResult update(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
update in class AbstractScmProviderScmExceptionprotected ListScmResult list(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
list in class AbstractScmProviderrepository - the source control systemfileSet - the files to listNoSuchCommandScmException - unless overriden by subclassScmException - if anyprotected MkdirScmResult mkdir(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
mkdir in class AbstractScmProviderScmExceptionpublic static java.lang.String getRelativePath(java.io.File basedir,
java.io.File f)
throws ScmException,
java.io.IOException
basedir - not nullf - not nullScmException - if anyjava.io.IOException - if anyprotected AbstractCvsScmProvider.ScmUrlParserResult parseScmUrl(java.lang.String scmSpecificUrl, char delimiter)
protected abstract Command getAddCommand()
protected abstract Command getBranchCommand()
protected abstract Command getBlameCommand()
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()
protected abstract Command getMkdirCommand()
private ScmResult executeCommand(Command command, ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
ScmExceptionprivate static ScmFileSet fixUpScmFileSetAbsoluteFilePath(ScmFileSet currentFileSet) throws ScmException
currentFileSet - ScmExceptionprivate static java.io.File getAbsoluteFilePath(java.io.File fileOrDir)
throws java.io.IOException
java.io.IOException