Class AbstractCvsScmProvider
- java.lang.Object
-
- org.apache.maven.scm.provider.AbstractScmProvider
-
- org.apache.maven.scm.provider.cvslib.AbstractCvsScmProvider
-
- All Implemented Interfaces:
ScmProvider
- Direct Known Subclasses:
CvsExeScmProvider
public abstract class AbstractCvsScmProvider extends AbstractScmProvider
- Author:
- Emmanuel Venisse , Trygve Laugstøl
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAbstractCvsScmProvider.ScmUrlParserResultThe current ScmUrlParserResult
-
Field Summary
Fields Modifier and Type Field Description static StringTRANSPORT_EXText transport methodstatic StringTRANSPORT_LOCALlocal transport methodstatic StringTRANSPORT_LSERVERlserver transport methodstatic StringTRANSPORT_PSERVERpserver transport methodstatic StringTRANSPORT_SSPIsspi transport method-
Fields inherited from interface org.apache.maven.scm.provider.ScmProvider
ROLE
-
-
Constructor Summary
Constructors Constructor Description AbstractCvsScmProvider()
-
Method Summary
-
Methods inherited from class org.apache.maven.scm.provider.AbstractScmProvider
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, update
-
-
-
-
Field Detail
-
TRANSPORT_EXT
public static final String TRANSPORT_EXT
ext transport method- See Also:
- Constant Field Values
-
TRANSPORT_LOCAL
public static final String TRANSPORT_LOCAL
local transport method- See Also:
- Constant Field Values
-
TRANSPORT_LSERVER
public static final String TRANSPORT_LSERVER
lserver transport method- See Also:
- Constant Field Values
-
TRANSPORT_PSERVER
public static final String TRANSPORT_PSERVER
pserver transport method- See Also:
- Constant Field Values
-
TRANSPORT_SSPI
public static final String TRANSPORT_SSPI
sspi transport method- See Also:
- Constant Field Values
-
-
Method Detail
-
getScmSpecificFilename
public String getScmSpecificFilename()
Returns the scm reserved file name where the SCM stores information like 'CVS', '.svn'.- Specified by:
getScmSpecificFilenamein interfaceScmProvider- Overrides:
getScmSpecificFilenamein classAbstractScmProvider- Returns:
- the scm reserved file name
-
sanitizeTagName
public String sanitizeTagName(String arg0)
Given a tag name, make it suitable for this SCM provider. For example, CVS converts "." into "_"- Specified by:
sanitizeTagNamein interfaceScmProvider- Overrides:
sanitizeTagNamein classAbstractScmProvider- Parameters:
arg0- input tag name- Returns:
- sanitized tag name
-
validateTagName
public boolean validateTagName(String arg0)
Check if this tag is valid for this SCM provider.- Specified by:
validateTagNamein interfaceScmProvider- Overrides:
validateTagNamein classAbstractScmProvider- Parameters:
arg0- tag name to check- Returns:
- true if tag is valid
-
makeProviderScmRepository
public ScmProviderRepository makeProviderScmRepository(String scmSpecificUrl, char delimiter) throws ScmRepositoryException
- Throws:
ScmRepositoryException
-
makeProviderScmRepository
public ScmProviderRepository makeProviderScmRepository(File path) throws ScmRepositoryException, UnknownRepositoryStructure
- Specified by:
makeProviderScmRepositoryin interfaceScmProvider- Overrides:
makeProviderScmRepositoryin classAbstractScmProvider- Throws:
ScmRepositoryExceptionUnknownRepositoryStructure
-
validateScmUrl
public List<String> validateScmUrl(String scmSpecificUrl, char delimiter)
Validate the scm url.- Specified by:
validateScmUrlin interfaceScmProvider- Overrides:
validateScmUrlin classAbstractScmProvider- Parameters:
scmSpecificUrl- The SCM urldelimiter- The delimiter used in the SCM url- Returns:
- Returns a list of messages if the validation failed
-
getScmType
public String getScmType()
-
add
public AddScmResult add(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
- Overrides:
addin classAbstractScmProvider- Throws:
ScmException
-
branch
public BranchScmResult branch(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
- Overrides:
branchin classAbstractScmProvider- Throws:
ScmException
-
blame
protected BlameScmResult blame(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
- Overrides:
blamein classAbstractScmProvider- Throws:
ScmException
-
changelog
public ChangeLogScmResult changelog(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
- Overrides:
changelogin classAbstractScmProvider- Throws:
ScmException
-
checkin
public CheckInScmResult checkin(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
- Overrides:
checkinin classAbstractScmProvider- Throws:
ScmException
-
checkout
public CheckOutScmResult checkout(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
- Overrides:
checkoutin classAbstractScmProvider- Throws:
ScmException
-
diff
public DiffScmResult diff(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
- Overrides:
diffin classAbstractScmProvider- Throws:
ScmException
-
export
protected ExportScmResult export(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
- Overrides:
exportin classAbstractScmProvider- Throws:
ScmException
-
login
public LoginScmResult login(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
- Overrides:
loginin classAbstractScmProvider- Throws:
ScmException
-
remove
public RemoveScmResult remove(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
- Overrides:
removein classAbstractScmProvider- Throws:
ScmException
-
status
public StatusScmResult status(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
- Overrides:
statusin classAbstractScmProvider- Throws:
ScmException
-
tag
public TagScmResult tag(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
- Overrides:
tagin classAbstractScmProvider- Throws:
ScmException
-
tag
protected TagScmResult tag(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters, ScmTagParameters scmParameters) throws ScmException
- Throws:
ScmException
-
update
public UpdateScmResult update(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
- Overrides:
updatein classAbstractScmProvider- Throws:
ScmException
-
list
protected ListScmResult list(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
List each element (files and directories) of fileSet as they exist in the repository.- Overrides:
listin classAbstractScmProvider- Parameters:
repository- the source control systemfileSet- the files to list- Returns:
- The list of files in the repository
- Throws:
NoSuchCommandScmException- unless overriden by subclassScmException- if any
-
mkdir
protected MkdirScmResult mkdir(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
Create directory/directories in the repository.- Overrides:
mkdirin classAbstractScmProvider- Returns:
- Throws:
ScmException
-
getRelativePath
public static String getRelativePath(File basedir, File f) throws ScmException, IOException
- Parameters:
basedir- not nullf- not null- Returns:
- the relative path
- Throws:
ScmException- if anyIOException- if any
-
parseScmUrl
protected AbstractCvsScmProvider.ScmUrlParserResult parseScmUrl(String scmSpecificUrl, char delimiter)
-
getAddCommand
protected abstract Command getAddCommand()
-
getBranchCommand
protected abstract Command getBranchCommand()
-
getBlameCommand
protected abstract Command getBlameCommand()
-
getChangeLogCommand
protected abstract Command getChangeLogCommand()
-
getCheckInCommand
protected abstract Command getCheckInCommand()
-
getCheckOutCommand
protected abstract Command getCheckOutCommand()
-
getDiffCommand
protected abstract Command getDiffCommand()
-
getExportCommand
protected abstract Command getExportCommand()
-
getListCommand
protected abstract Command getListCommand()
-
getLoginCommand
protected abstract Command getLoginCommand()
-
getRemoveCommand
protected abstract Command getRemoveCommand()
-
getStatusCommand
protected abstract Command getStatusCommand()
-
getTagCommand
protected abstract Command getTagCommand()
-
getUpdateCommand
protected abstract Command getUpdateCommand()
-
getMkdirCommand
protected abstract Command getMkdirCommand()
-
-