|
||||||||||
| 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.integrity.IntegrityScmProvider
public class IntegrityScmProvider
MKS Integrity SCM Provider for Maven
| Field Summary | |
|---|---|
static String |
INTEGRITY_CM_URL
|
| Fields inherited from interface org.apache.maven.scm.provider.ScmProvider |
|---|
ROLE |
| Constructor Summary | |
|---|---|
IntegrityScmProvider()
|
|
| Method Summary | |
|---|---|
AddScmResult |
add(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters params)
Maps to si viewnonmembers and then si add for every non-member |
protected BlameScmResult |
blame(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters params)
Maps to si annotate |
protected BranchScmResult |
branch(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters params)
Maps to si createdevpath |
protected ChangeLogScmResult |
changelog(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
Maps to si rlog --rfilter=daterange:date1-date2 |
protected CheckInScmResult |
checkin(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters params)
Maps to a si ci |
protected CheckOutScmResult |
checkout(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters params)
Maps to si createsandbox and/or si resync |
protected DiffScmResult |
diff(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters params)
Maps to si diff |
protected EditScmResult |
edit(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters params)
Maps to si makewritable |
protected ExportScmResult |
export(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters params)
Maps to si projectco (no sandbox is used) |
protected ScmResult |
fileinfo(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters params)
Maps to si memberinfo |
String |
getScmType()
Returns the name of our SCM Provider |
protected ListScmResult |
list(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters params)
Maps to si viewproject |
protected ScmResult |
lock(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters params)
Maps to si lock |
protected LoginScmResult |
login(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters params)
Maps to si connect and initialization of the project with si projectinfo |
ScmProviderRepository |
makeProviderScmRepository(String scmSpecificUrl,
char delimiter)
This class is the central point of the SCM provider. |
protected MkdirScmResult |
mkdir(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters params)
Maps to si createsubproject |
protected RemoveScmResult |
remove(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters params)
Maps to si dropsandbox |
protected StatusScmResult |
status(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters params)
Maps to si viewsandbox with a filter of locally changed files |
protected TagScmResult |
tag(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters params)
Maps to si checkpoint |
protected UnEditScmResult |
unedit(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters params)
Maps to si revert |
protected ScmResult |
unlock(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters params)
Maps to si unlock |
protected UpdateScmResult |
update(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters params)
Maps to si resync |
| 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, export, export, export, export, export, getLogger, getScmSpecificFilename, info, list, list, makeProviderScmRepository, mkdir, remoteInfo, remove, requiresEditMode, sanitizeTagName, status, tag, tag, tag, unedit, update, update, update, update, update, update, update, update, update, update, update, update, validateScmUrl, validateTagName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String INTEGRITY_CM_URL
| Constructor Detail |
|---|
public IntegrityScmProvider()
| Method Detail |
|---|
public String getScmType()
public ScmProviderRepository makeProviderScmRepository(String scmSpecificUrl,
char delimiter)
throws ScmRepositoryException
scmSpecificUrl - The SCM URL specific to our implementation for this plugindelimiter - The character that separates the information above
ScmRepositoryException
protected LoginScmResult login(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters params)
throws ScmException
login in class AbstractScmProviderScmException
protected ChangeLogScmResult changelog(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
throws ScmException
changelog in class AbstractScmProviderScmException
public AddScmResult add(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters params)
throws ScmException
add in class AbstractScmProviderScmException
protected RemoveScmResult remove(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters params)
throws ScmException
remove in class AbstractScmProviderScmException
protected CheckInScmResult checkin(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters params)
throws ScmException
checkin in class AbstractScmProviderScmException
protected CheckOutScmResult checkout(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters params)
throws ScmException
checkout in class AbstractScmProviderScmException
protected DiffScmResult diff(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters params)
throws ScmException
diff in class AbstractScmProviderScmException
protected EditScmResult edit(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters params)
throws ScmException
edit in class AbstractScmProviderScmException
protected StatusScmResult status(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters params)
throws ScmException
status in class AbstractScmProviderScmException
protected TagScmResult tag(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters params)
throws ScmException
tag in class AbstractScmProviderScmException
protected UnEditScmResult unedit(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters params)
throws ScmException
unedit in class AbstractScmProviderScmException
protected UpdateScmResult update(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters params)
throws ScmException
update in class AbstractScmProviderScmException
protected BlameScmResult blame(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters params)
throws ScmException
blame in class AbstractScmProviderScmException
protected ListScmResult list(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters params)
throws ScmException
list in class AbstractScmProviderScmException
protected ExportScmResult export(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters params)
throws ScmException
export in class AbstractScmProviderScmException
protected BranchScmResult branch(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters params)
throws ScmException
branch in class AbstractScmProviderScmException
protected MkdirScmResult mkdir(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters params)
throws ScmException
mkdir in class AbstractScmProviderScmException
protected ScmResult fileinfo(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters params)
throws ScmException
ScmException
protected ScmResult lock(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters params)
throws ScmException
ScmException
protected ScmResult unlock(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters params)
throws ScmException
ScmException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||