A B C D E F G H I L M N O P R S T U V 

A

add(ScmProviderRepository, ScmFileSet, CommandParameters) - Method in class org.apache.maven.scm.provider.integrity.IntegrityScmProvider
Maps to si viewnonmembers and then si add for every non-member
addNonMembers(String, String, String) - Method in class org.apache.maven.scm.provider.integrity.Sandbox
Adds a list of files to the MKS Integrity SCM Project
APISession - Class in org.apache.maven.scm.provider.integrity
The APISession provides a wrapper for the MKS JAVA API
APISession(ScmLogger) - Constructor for class org.apache.maven.scm.provider.integrity.APISession
Constructor for the API Session Object Needs an ScmLogger to log all API operations

B

blame(ScmProviderRepository, ScmFileSet, CommandParameters) - Method in class org.apache.maven.scm.provider.integrity.IntegrityScmProvider
Maps to si annotate
branch(ScmProviderRepository, ScmFileSet, CommandParameters) - Method in class org.apache.maven.scm.provider.integrity.IntegrityScmProvider
Maps to si createdevpath
BUILD_PROJECT - Static variable in class org.apache.maven.scm.provider.integrity.Project
 

C

changelog(ScmProviderRepository, ScmFileSet, CommandParameters) - Method in class org.apache.maven.scm.provider.integrity.IntegrityScmProvider
Maps to si rlog --rfilter=daterange:date1-date2
checkin(ScmProviderRepository, ScmFileSet, CommandParameters) - Method in class org.apache.maven.scm.provider.integrity.IntegrityScmProvider
Maps to a si ci
checkInUpdates(String) - Method in class org.apache.maven.scm.provider.integrity.Sandbox
Wrapper function to check-in all changes and drop members associated with missing working files
checkout(ScmProviderRepository, ScmFileSet, CommandParameters) - Method in class org.apache.maven.scm.provider.integrity.IntegrityScmProvider
Maps to si createsandbox and/or si resync
checkout(APISession) - Method in class org.apache.maven.scm.provider.integrity.Member
Performs a checkout of this MKS Integrity Source File to a working file location on the build server represented by targetFile
checkpoint(String, String) - Method in class org.apache.maven.scm.provider.integrity.Project
Performs a checkpoint on the Integrity SCM Project
connect(String, int, String, String) - Method in class org.apache.maven.scm.provider.integrity.APISession
Establishes a connection with the MKS Integrity Server
consumeLine(String) - Method in class org.apache.maven.scm.provider.integrity.command.blame.IntegrityBlameConsumer
consumeLine(String) - Method in class org.apache.maven.scm.provider.integrity.command.diff.IntegrityDiffConsumer
consumeLine(String) - Method in class org.apache.maven.scm.provider.integrity.command.fileinfo.IntegrityFileInfoConsumer
create() - Method in class org.apache.maven.scm.provider.integrity.Sandbox
Creates a new Sandbox in the sandboxDir specified
createDevPath(String) - Method in class org.apache.maven.scm.provider.integrity.Project
Creates a Development Path (project branch) for the MKS Integrity SCM Project
createSubproject(String) - Method in class org.apache.maven.scm.provider.integrity.Sandbox
Creates one subproject per directory, as required.

D

diff(ScmProviderRepository, ScmFileSet, CommandParameters) - Method in class org.apache.maven.scm.provider.integrity.IntegrityScmProvider
Maps to si diff
drop() - Method in class org.apache.maven.scm.provider.integrity.Sandbox
Removes the registration for the Sandbox in the user's profile

E

edit(ScmProviderRepository, ScmFileSet, CommandParameters) - Method in class org.apache.maven.scm.provider.integrity.IntegrityScmProvider
Maps to si makewritable
equals(Object) - Method in class org.apache.maven.scm.provider.integrity.Member
Uses the name of file for equality check
evalGroovyExpression(String) - Method in class org.apache.maven.scm.provider.integrity.command.tag.IntegrityTagCommand
 
ExceptionHandler - Class in org.apache.maven.scm.provider.integrity
Helper class to appropriately diagnose an APIException
ExceptionHandler(APIException) - Constructor for class org.apache.maven.scm.provider.integrity.ExceptionHandler
Constructor requires a single APIException to debug
executeAddCommand(ScmProviderRepository, ScmFileSet, String, boolean) - Method in class org.apache.maven.scm.provider.integrity.command.add.IntegrityAddCommand
executeBlameCommand(ScmProviderRepository, ScmFileSet, String) - Method in class org.apache.maven.scm.provider.integrity.command.blame.IntegrityBlameCommand
executeBranchCommand(ScmProviderRepository, ScmFileSet, String, String) - Method in class org.apache.maven.scm.provider.integrity.command.branch.IntegrityBranchCommand
executeChangeLogCommand(ScmProviderRepository, ScmFileSet, Date, Date, ScmBranch, String) - Method in class org.apache.maven.scm.provider.integrity.command.changelog.IntegrityChangeLogCommand
executeCheckInCommand(ScmProviderRepository, ScmFileSet, String, ScmVersion) - Method in class org.apache.maven.scm.provider.integrity.command.checkin.IntegrityCheckInCommand
executeCheckOutCommand(ScmProviderRepository, ScmFileSet, ScmVersion, boolean) - Method in class org.apache.maven.scm.provider.integrity.command.checkout.IntegrityCheckOutCommand
Overridden function that performs a checkout (resynchronize) operation against an MKS Source Project This function ignores the scmVerion and recursive arguments passed into this function as while there is a suitable equivalent to checkout/resynchronize by label/revision, it doesn't make sense for the way Maven seems to want to execute this command.
executeCommand(ScmProviderRepository, ScmFileSet, CommandParameters) - Method in class org.apache.maven.scm.provider.integrity.command.fileinfo.IntegrityFileInfoCommand
executeCommand(ScmProviderRepository, ScmFileSet, CommandParameters) - Method in class org.apache.maven.scm.provider.integrity.command.lock.IntegrityLockCommand
executeCommand(ScmProviderRepository, ScmFileSet, CommandParameters) - Method in class org.apache.maven.scm.provider.integrity.command.unlock.IntegrityUnlockCommand
executeDiffCommand(ScmProviderRepository, ScmFileSet, ScmVersion, ScmVersion) - Method in class org.apache.maven.scm.provider.integrity.command.diff.IntegrityDiffCommand
Since we can't arbitrarily apply the same start and end revisions to all files in the sandbox, this command will be adapted to show differences between the local version and the repository
executeEditCommand(ScmProviderRepository, ScmFileSet) - Method in class org.apache.maven.scm.provider.integrity.command.edit.IntegrityEditCommand
executeExportCommand(ScmProviderRepository, ScmFileSet, ScmVersion, String) - Method in class org.apache.maven.scm.provider.integrity.command.export.IntegrityExportCommand
executeFileInfoCommand(ScmProviderRepository, File, String) - Method in class org.apache.maven.scm.provider.integrity.command.fileinfo.IntegrityFileInfoCommand
Even though this command is supported via the MKS JAVA API, since at this time we really don't know what the SCM plugin is looking to get in return for this command, we're simply going to run this command via the CLI and return the output verbatim
executeListCommand(ScmProviderRepository, ScmFileSet, boolean, ScmVersion) - Method in class org.apache.maven.scm.provider.integrity.command.list.IntegrityListCommand
executeLockCommand(ScmProviderRepository, File, String) - Method in class org.apache.maven.scm.provider.integrity.command.lock.IntegrityLockCommand
executeLoginCommand(ScmProviderRepository, ScmFileSet, CommandParameters) - Method in class org.apache.maven.scm.provider.integrity.command.login.IntegrityLoginCommand
executeMkdirCommand(ScmProviderRepository, ScmFileSet, String, boolean) - Method in class org.apache.maven.scm.provider.integrity.command.mkdir.IntegrityMkdirCommand
Creates a subproject in the Integrity repository.
executeRemoveCommand(ScmProviderRepository, ScmFileSet, String) - Method in class org.apache.maven.scm.provider.integrity.command.remove.IntegrityRemoveCommand
executeStatusCommand(ScmProviderRepository, ScmFileSet) - Method in class org.apache.maven.scm.provider.integrity.command.status.IntegrityStatusCommand
executeTagCommand(ScmProviderRepository, ScmFileSet, String, ScmTagParameters) - Method in class org.apache.maven.scm.provider.integrity.command.tag.IntegrityTagCommand
executeUnEditCommand(ScmProviderRepository, ScmFileSet) - Method in class org.apache.maven.scm.provider.integrity.command.unedit.IntegrityUnEditCommand
executeUnlockCommand(ScmProviderRepository, File) - Method in class org.apache.maven.scm.provider.integrity.command.unlock.IntegrityUnlockCommand
executeUpdateCommand(ScmProviderRepository, ScmFileSet, ScmVersion) - Method in class org.apache.maven.scm.provider.integrity.command.update.IntegrityUpdateCommand
export(ScmProviderRepository, ScmFileSet, CommandParameters) - Method in class org.apache.maven.scm.provider.integrity.IntegrityScmProvider
Maps to si projectco (no sandbox is used)

F

fileinfo(ScmProviderRepository, ScmFileSet, CommandParameters) - Method in class org.apache.maven.scm.provider.integrity.IntegrityScmProvider
Maps to si memberinfo
FILES_ORDER - Static variable in class org.apache.maven.scm.provider.integrity.Project
 
formatFilePatterns(String) - Static method in class org.apache.maven.scm.provider.integrity.Sandbox
Fixes the default includes/excludes patterns for compatibility with MKS Integrity's 'si viewnonmembers' command

G

getAPISession() - Method in class org.apache.maven.scm.provider.integrity.repository.IntegrityScmProviderRepository
Returns the MKS Integrity API Session object for this SCM Provider
getBlameList() - Method in class org.apache.maven.scm.provider.integrity.command.blame.IntegrityBlameConsumer
Returns a list of BlameLine objects found from parsing the 'si annotate' output
getChangeList() - Method in class org.apache.maven.scm.provider.integrity.Sandbox
Executes a 'si viewsandbox' and parses the output for changed or dropped working files
getChangeLog(Date, Date) - Method in class org.apache.maven.scm.provider.integrity.Sandbox
Executes the 'si rlog' command to generate a list of changed revision found between startDate and endDate
getChangeLogCommand() - Method in class org.apache.maven.scm.provider.integrity.command.update.IntegrityUpdateCommand
getCommand() - Method in class org.apache.maven.scm.provider.integrity.ExceptionHandler
Returns the executed command that caused the exception
getConfigruationPath() - Method in class org.apache.maven.scm.provider.integrity.repository.IntegrityScmProviderRepository
Returns the MKS Integrity SCM Project Configuration Path
getConfigurationPath() - Method in class org.apache.maven.scm.provider.integrity.Project
Returns the Full Configuration Path for this Integrity SCM Project
getDescription() - Method in class org.apache.maven.scm.provider.integrity.Member
Returns any check-in comments associated with this revision
getExitCode() - Method in class org.apache.maven.scm.provider.integrity.ExceptionHandler
Returns the exit codes associated with executing the command
getHostName() - Method in class org.apache.maven.scm.provider.integrity.APISession
Returns the MKS Integrity Hostname for this APISession
getLastCheckpointDate() - Method in class org.apache.maven.scm.provider.integrity.Project
Returns the date when the last checkpoint was performed on this Project
getLogger() - Method in class org.apache.maven.scm.provider.integrity.APISession
Returns the ScmLogger for this APISession
getMemberName() - Method in class org.apache.maven.scm.provider.integrity.Member
Returns the full server-side member path for this member
getMessage() - Method in class org.apache.maven.scm.provider.integrity.ExceptionHandler
Returns the Message obtained from the APIException
getName() - Method in class org.apache.maven.scm.provider.integrity.Member
Returns only the file name portion for this full server-side member path
getNewMembers(String, String) - Method in class org.apache.maven.scm.provider.integrity.Sandbox
Executes a 'si viewnonmembers' command filtering the results using the exclude and include lists
getOverallAddSuccess() - Method in class org.apache.maven.scm.provider.integrity.Sandbox
Returns the overall success of the add operation
getOverallCheckInSuccess() - Method in class org.apache.maven.scm.provider.integrity.Sandbox
Returns the overall success of the check-in operation
getPassword() - Method in class org.apache.maven.scm.provider.integrity.APISession
Returns the MKS Integrity Password for this APISession
getPort() - Method in class org.apache.maven.scm.provider.integrity.APISession
Returns the MKS Integrity Port for this APISession
getProject() - Method in class org.apache.maven.scm.provider.integrity.repository.IntegrityScmProviderRepository
Returns the MKS Integrity SCM Project object for this SCM Provider
getProjectName() - Method in class org.apache.maven.scm.provider.integrity.Project
Returns the project path for this Integrity SCM Project
getProjectRevision() - Method in class org.apache.maven.scm.provider.integrity.Project
Returns the project revision for this Integrity SCM Project
getRevision() - Method in class org.apache.maven.scm.provider.integrity.Member
Returns a string representation of this member's revision
getSandbox() - Method in class org.apache.maven.scm.provider.integrity.repository.IntegrityScmProviderRepository
Returns the MKS Integrity SCM Sandbox object for this SCM Provider
getSandboxDir() - Method in class org.apache.maven.scm.provider.integrity.Sandbox
Returns the full path name to the current Sandbox directory
getScmType() - Method in class org.apache.maven.scm.provider.integrity.IntegrityScmProvider
Returns the name of our SCM Provider
getTargetFilePath() - Method in class org.apache.maven.scm.provider.integrity.Member
Returns a string representation of this file's full path name, where it will checked out to disk for the build.
getTimestamp() - Method in class org.apache.maven.scm.provider.integrity.Member
Returns the date/time associated with this member revision
getUserName() - Method in class org.apache.maven.scm.provider.integrity.APISession
Returns the MKS Integrity User for this APISession

H

hasWorkingFile(Item) - Method in class org.apache.maven.scm.provider.integrity.Sandbox
Inspects the MKS API Response object's Item field to determine whether or nor a working file exists

I

INTEGRITY_CM_URL - Static variable in class org.apache.maven.scm.provider.integrity.IntegrityScmProvider
 
IntegrityAddCommand - Class in org.apache.maven.scm.provider.integrity.command.add
MKS Integrity implementation for Maven's AbstractAddCommand
IntegrityAddCommand() - Constructor for class org.apache.maven.scm.provider.integrity.command.add.IntegrityAddCommand
 
IntegrityBlameCommand - Class in org.apache.maven.scm.provider.integrity.command.blame
MKS Integrity implementation for Maven's AbstractBlameCommand
This class will execute a 'si annotate' command for the specified filename
IntegrityBlameCommand() - Constructor for class org.apache.maven.scm.provider.integrity.command.blame.IntegrityBlameCommand
 
IntegrityBlameConsumer - Class in org.apache.maven.scm.provider.integrity.command.blame
Helper class to consume the standard output from running the IntegrityBlameCommand
IntegrityBlameConsumer(ScmLogger) - Constructor for class org.apache.maven.scm.provider.integrity.command.blame.IntegrityBlameConsumer
IntegrityBlameConsumer constructor requires a ScmLogger to log all the activity
IntegrityBranchCommand - Class in org.apache.maven.scm.provider.integrity.command.branch
MKS Integrity implementation for Maven's AbstractBranchCommand
For a normal and variant configuration, a fresh checkpoint is executed prior to creating a Development Path (branch).
IntegrityBranchCommand() - Constructor for class org.apache.maven.scm.provider.integrity.command.branch.IntegrityBranchCommand
 
IntegrityChangeLogCommand - Class in org.apache.maven.scm.provider.integrity.command.changelog
MKS Integrity implementation for Maven's AbstractChangeLogCommand
Currently there is a limitation in the 'si rlog' command where changes can't be limited to a normal/variant/build configuration.
IntegrityChangeLogCommand() - Constructor for class org.apache.maven.scm.provider.integrity.command.changelog.IntegrityChangeLogCommand
 
IntegrityCheckInCommand - Class in org.apache.maven.scm.provider.integrity.command.checkin
MKS Integrity implementation for Maven's AbstractCheckInCommand
The check-in command will also drop any files that are missing from the working directory
IntegrityCheckInCommand() - Constructor for class org.apache.maven.scm.provider.integrity.command.checkin.IntegrityCheckInCommand
 
IntegrityCheckOutCommand - Class in org.apache.maven.scm.provider.integrity.command.checkout
MKS Integrity implementation for Maven's AbstractCheckOutCommand
The Checkout command will create a fresh sandbox in the checkoutDirectory
Since, Maven deletes the prior checkout folder, this command will check for a prior sandbox in the checkout directory and if a sandbox was found, then the command will resynchronize the sandbox.
IntegrityCheckOutCommand() - Constructor for class org.apache.maven.scm.provider.integrity.command.checkout.IntegrityCheckOutCommand
 
IntegrityDiffCommand - Class in org.apache.maven.scm.provider.integrity.command.diff
MKS Integrity implementation for Maven's AbstractDiffCommand
Since MKS Integrity doesn't have a notion of arbitrarily differencing by a revision across the sandbox, this command will difference the current Sandbox working file against the server version.
IntegrityDiffCommand() - Constructor for class org.apache.maven.scm.provider.integrity.command.diff.IntegrityDiffCommand
 
IntegrityDiffConsumer - Class in org.apache.maven.scm.provider.integrity.command.diff
Helper class to consume the standard output from running the IntegrityDiffCommand
IntegrityDiffConsumer(ScmLogger) - Constructor for class org.apache.maven.scm.provider.integrity.command.diff.IntegrityDiffConsumer
IntegrityDiffConsumer constructor requires a ScmLogger object to log all activity
IntegrityEditCommand - Class in org.apache.maven.scm.provider.integrity.command.edit
MKS Integrity implementation for Maven's AbstractEditCommand
Since it does not make sense to lock all files in the Sandbox, this command will make all of the working files writable in the Sandbox
IntegrityEditCommand() - Constructor for class org.apache.maven.scm.provider.integrity.command.edit.IntegrityEditCommand
 
IntegrityExportCommand - Class in org.apache.maven.scm.provider.integrity.command.export
MKS Integrity implementation for Maven's AbstractExportCommand
Since the IntegrityCheckoutCommand creates a fresh Sandbox in the checkoutDirectory, it does not make sense for the IntegrityExportCommand to essentially do the same thing.
IntegrityExportCommand() - Constructor for class org.apache.maven.scm.provider.integrity.command.export.IntegrityExportCommand
 
IntegrityFileInfoCommand - Class in org.apache.maven.scm.provider.integrity.command.fileinfo
MKS Integrity implementation for Maven's AbstractFileInfoCommand
This command will run a 'si memberinfo' command.
IntegrityFileInfoCommand() - Constructor for class org.apache.maven.scm.provider.integrity.command.fileinfo.IntegrityFileInfoCommand
 
IntegrityFileInfoConsumer - Class in org.apache.maven.scm.provider.integrity.command.fileinfo
Helper class to consume the standard output from running the IntegrityFileInfoCommand
IntegrityFileInfoConsumer(ScmLogger) - Constructor for class org.apache.maven.scm.provider.integrity.command.fileinfo.IntegrityFileInfoConsumer
IntegrityFileInfoConsumer constructor requires a ScmLogger to log all activity
IntegrityListCommand - Class in org.apache.maven.scm.provider.integrity.command.list
MKS Integrity implementation for Maven's AbstractListCommand
This command will a 'si viewproject' command listing all the files in the project
IntegrityListCommand() - Constructor for class org.apache.maven.scm.provider.integrity.command.list.IntegrityListCommand
 
IntegrityLockCommand - Class in org.apache.maven.scm.provider.integrity.command.lock
MKS Integrity implementation of Maven's AbstractLockCommand
This command will execute a 'si lock' on the specified member, which assumes the user has a valid Sandbox to work with.
IntegrityLockCommand() - Constructor for class org.apache.maven.scm.provider.integrity.command.lock.IntegrityLockCommand
 
IntegrityLoginCommand - Class in org.apache.maven.scm.provider.integrity.command.login
MKS Integrity implementation of Maven's AbstractLoginCommand
This command will execute a 'si login' followed by a 'si viewproject' to prepare the subsequent commands that will be executed for a maven goal.
IntegrityLoginCommand() - Constructor for class org.apache.maven.scm.provider.integrity.command.login.IntegrityLoginCommand
 
IntegrityMkdirCommand - Class in org.apache.maven.scm.provider.integrity.command.mkdir
MKS Integrity implementation of Maven's AbstractMkdirCommand
This command will execute an 'si createsubproject' for the relative path represented in the fileSet.getFileList().iterator().next() entry.
IntegrityMkdirCommand() - Constructor for class org.apache.maven.scm.provider.integrity.command.mkdir.IntegrityMkdirCommand
 
IntegrityRemoveCommand - Class in org.apache.maven.scm.provider.integrity.command.remove
MKS Integrity implementation for Maven's AbstractRemoveCommand
This command will remove the registry entry for the current Sandbox
IntegrityRemoveCommand() - Constructor for class org.apache.maven.scm.provider.integrity.command.remove.IntegrityRemoveCommand
 
IntegrityScmProvider - Class in org.apache.maven.scm.provider.integrity
MKS Integrity SCM Provider for Maven
IntegrityScmProvider() - Constructor for class org.apache.maven.scm.provider.integrity.IntegrityScmProvider
 
IntegrityScmProviderRepository - Class in org.apache.maven.scm.provider.integrity.repository
MKS Integrity implementation of Maven's ScmProviderRepositoryWithHost
This class stores an abstraction of the MKS API Session, Project, and Sandbox
IntegrityScmProviderRepository(String, int, String, String, String, ScmLogger) - Constructor for class org.apache.maven.scm.provider.integrity.repository.IntegrityScmProviderRepository
IntegrityScmProviderRepository constructor
IntegrityStatusCommand - Class in org.apache.maven.scm.provider.integrity.command.status
MKS Integrity implementation for Maven's AbstractStatusCommand
This command will execute a 'si viewsandbox' and report on all changed and dropped working files.
IntegrityStatusCommand() - Constructor for class org.apache.maven.scm.provider.integrity.command.status.IntegrityStatusCommand
 
IntegrityTagCommand - Class in org.apache.maven.scm.provider.integrity.command.tag
MKS Integrity implementation of Maven's AbstractTagCommand
This command will execute a 'si checkpoint' command using a groovy script for evaluating the tag (label) name
IntegrityTagCommand() - Constructor for class org.apache.maven.scm.provider.integrity.command.tag.IntegrityTagCommand
 
IntegrityUnEditCommand - Class in org.apache.maven.scm.provider.integrity.command.unedit
MKS Integrity implementation of Maven's AbstractUnEditCommand
This command will execute a 'si revert' command which will revert any modified working files back to their server versions
IntegrityUnEditCommand() - Constructor for class org.apache.maven.scm.provider.integrity.command.unedit.IntegrityUnEditCommand
 
IntegrityUnlockCommand - Class in org.apache.maven.scm.provider.integrity.command.unlock
MKS Integrity implementation of Maven's AbstractUnlockCommand
This command will run a 'si unlock' command for the specified filename
IntegrityUnlockCommand(String) - Constructor for class org.apache.maven.scm.provider.integrity.command.unlock.IntegrityUnlockCommand
IntegrityUnlockCommand constructor requires a filename argument to be supplied for its execution
This avoids having to run the unlock command across the entire Sandbox.
IntegrityUpdateCommand - Class in org.apache.maven.scm.provider.integrity.command.update
MKS Integrity implementation of Maven's AbstractUpdateCommand
This command will execute a 'si resync' to synchronize the sandbox with the server revisions.
IntegrityUpdateCommand() - Constructor for class org.apache.maven.scm.provider.integrity.command.update.IntegrityUpdateCommand
 
isBuild() - Method in class org.apache.maven.scm.provider.integrity.Project
Returns true if this is a Build Project
isNormal() - Method in class org.apache.maven.scm.provider.integrity.Project
Returns true is this is a Normal Project
isVariant() - Method in class org.apache.maven.scm.provider.integrity.Project
Returns true if this is a Variant Project

L

list(ScmProviderRepository, ScmFileSet, CommandParameters) - Method in class org.apache.maven.scm.provider.integrity.IntegrityScmProvider
Maps to si viewproject
listFiles(String) - Method in class org.apache.maven.scm.provider.integrity.Project
Parses the output from the si viewproject command to get a list of members
lock(ScmProviderRepository, ScmFileSet, CommandParameters) - Method in class org.apache.maven.scm.provider.integrity.IntegrityScmProvider
Maps to si lock
lock(File, String) - Method in class org.apache.maven.scm.provider.integrity.Sandbox
Executes a 'si lock' command using the relativeName of the file
login(ScmProviderRepository, ScmFileSet, CommandParameters) - Method in class org.apache.maven.scm.provider.integrity.IntegrityScmProvider
Maps to si connect and initialization of the project with si projectinfo

M

MAJOR_VERSION - Static variable in class org.apache.maven.scm.provider.integrity.APISession
 
makeProviderScmRepository(String, char) - Method in class org.apache.maven.scm.provider.integrity.IntegrityScmProvider
This class is the central point of the SCM provider.
makeWriteable() - Method in class org.apache.maven.scm.provider.integrity.Sandbox
Executes a 'si makewritable' command to allow edits to all files in the Sandbox directory
Member - Class in org.apache.maven.scm.provider.integrity
This class represents an Integrity SCM Member
It contains all the necessary metadata to check this file out individually
Member(WorkItem, String, String, String) - Constructor for class org.apache.maven.scm.provider.integrity.Member
This class represents an MKS Integrity Source File It needs the Member Name (relative path to pj), Full Member Path, Project Configuration Path, Revision, Project's Root Path, and the current Workspace directory (to compute the working file path) for its instantiation.
MINOR_VERSION - Static variable in class org.apache.maven.scm.provider.integrity.APISession
 
mkdir(ScmProviderRepository, ScmFileSet, CommandParameters) - Method in class org.apache.maven.scm.provider.integrity.IntegrityScmProvider
Maps to si createsubproject

N

NORMAL_PROJECT - Static variable in class org.apache.maven.scm.provider.integrity.Project
 

O

org.apache.maven.scm.provider.integrity - package org.apache.maven.scm.provider.integrity
 
org.apache.maven.scm.provider.integrity.command.add - package org.apache.maven.scm.provider.integrity.command.add
 
org.apache.maven.scm.provider.integrity.command.blame - package org.apache.maven.scm.provider.integrity.command.blame
 
org.apache.maven.scm.provider.integrity.command.branch - package org.apache.maven.scm.provider.integrity.command.branch
 
org.apache.maven.scm.provider.integrity.command.changelog - package org.apache.maven.scm.provider.integrity.command.changelog
 
org.apache.maven.scm.provider.integrity.command.checkin - package org.apache.maven.scm.provider.integrity.command.checkin
 
org.apache.maven.scm.provider.integrity.command.checkout - package org.apache.maven.scm.provider.integrity.command.checkout
 
org.apache.maven.scm.provider.integrity.command.diff - package org.apache.maven.scm.provider.integrity.command.diff
 
org.apache.maven.scm.provider.integrity.command.edit - package org.apache.maven.scm.provider.integrity.command.edit
 
org.apache.maven.scm.provider.integrity.command.export - package org.apache.maven.scm.provider.integrity.command.export
 
org.apache.maven.scm.provider.integrity.command.fileinfo - package org.apache.maven.scm.provider.integrity.command.fileinfo
 
org.apache.maven.scm.provider.integrity.command.list - package org.apache.maven.scm.provider.integrity.command.list
 
org.apache.maven.scm.provider.integrity.command.lock - package org.apache.maven.scm.provider.integrity.command.lock
 
org.apache.maven.scm.provider.integrity.command.login - package org.apache.maven.scm.provider.integrity.command.login
 
org.apache.maven.scm.provider.integrity.command.mkdir - package org.apache.maven.scm.provider.integrity.command.mkdir
 
org.apache.maven.scm.provider.integrity.command.remove - package org.apache.maven.scm.provider.integrity.command.remove
 
org.apache.maven.scm.provider.integrity.command.status - package org.apache.maven.scm.provider.integrity.command.status
 
org.apache.maven.scm.provider.integrity.command.tag - package org.apache.maven.scm.provider.integrity.command.tag
 
org.apache.maven.scm.provider.integrity.command.unedit - package org.apache.maven.scm.provider.integrity.command.unedit
 
org.apache.maven.scm.provider.integrity.command.unlock - package org.apache.maven.scm.provider.integrity.command.unlock
 
org.apache.maven.scm.provider.integrity.command.update - package org.apache.maven.scm.provider.integrity.command.update
 
org.apache.maven.scm.provider.integrity.repository - package org.apache.maven.scm.provider.integrity.repository
 

P

Project - Class in org.apache.maven.scm.provider.integrity
This class represents a MKS Integrity Configuration Management Project
Provides metadata information about a Project
Project(APISession, String) - Constructor for class org.apache.maven.scm.provider.integrity.Project
Creates an instance of an Integrity SCM Project

R

remove(ScmProviderRepository, ScmFileSet, CommandParameters) - Method in class org.apache.maven.scm.provider.integrity.IntegrityScmProvider
Maps to si dropsandbox
resync() - Method in class org.apache.maven.scm.provider.integrity.Sandbox
Resynchronizes an existing Sandbox Assumes that the create() call has already been made to validate this sandbox
revertMembers() - Method in class org.apache.maven.scm.provider.integrity.Sandbox
Executes a 'si revert' command to roll back changes to all files in the Sandbox directory
RLOG_DATEFORMAT - Static variable in class org.apache.maven.scm.provider.integrity.Sandbox
 
runCommand(Command) - Method in class org.apache.maven.scm.provider.integrity.APISession
This function executes a generic API Command
runCommandAs(Command, String) - Method in class org.apache.maven.scm.provider.integrity.APISession
This function executes a generic API Command impersonating another user

S

Sandbox - Class in org.apache.maven.scm.provider.integrity
This class represents an MKS Integrity Sandbox and provides an encapsulation for executing typical Sandbox operations
Sandbox(APISession, Project, String) - Constructor for class org.apache.maven.scm.provider.integrity.Sandbox
The Sandbox constructor
setLineTerminator(String) - Method in class org.apache.maven.scm.provider.integrity.Member
Optionally, one may set a line terminator, if the default is not desired.
setOverwriteExisting(String) - Method in class org.apache.maven.scm.provider.integrity.Member
Optionally, one may choose not to overwrite existing files, this may speed up the synchronization process.
setProject(Project) - Method in class org.apache.maven.scm.provider.integrity.repository.IntegrityScmProviderRepository
Sets the MKS Integrity SCM Project object for this SCM Provider
setRestoreTimestamp(boolean) - Method in class org.apache.maven.scm.provider.integrity.Member
Optionally, one might want to restore the timestamp, if the build is smart not to recompile files that were not touched.
setSandbox(Sandbox) - Method in class org.apache.maven.scm.provider.integrity.repository.IntegrityScmProviderRepository
Sets the MKS Integrity SCM Sandbox object for this SCM Provider
status(ScmProviderRepository, ScmFileSet, CommandParameters) - Method in class org.apache.maven.scm.provider.integrity.IntegrityScmProvider
Maps to si viewsandbox with a filter of locally changed files

T

tag(ScmProviderRepository, ScmFileSet, CommandParameters) - Method in class org.apache.maven.scm.provider.integrity.IntegrityScmProvider
Maps to si checkpoint
Terminate() - Method in class org.apache.maven.scm.provider.integrity.APISession
Terminate the API Session and Integration Point

U

unedit(ScmProviderRepository, ScmFileSet, CommandParameters) - Method in class org.apache.maven.scm.provider.integrity.IntegrityScmProvider
Maps to si revert
unlock(ScmProviderRepository, ScmFileSet, CommandParameters) - Method in class org.apache.maven.scm.provider.integrity.IntegrityScmProvider
Maps to si unlock
unlock(File, String) - Method in class org.apache.maven.scm.provider.integrity.Sandbox
Executes a 'si unlock' command using the relativeName of the file
update(ScmProviderRepository, ScmFileSet, CommandParameters) - Method in class org.apache.maven.scm.provider.integrity.IntegrityScmProvider
Maps to si resync

V

validateTag(String) - Static method in class org.apache.maven.scm.provider.integrity.Project
Checks if the given value is a valid MKS Integrity Label.
VARIANT_PROJECT - Static variable in class org.apache.maven.scm.provider.integrity.Project
 
VERSION - Static variable in class org.apache.maven.scm.provider.integrity.APISession
 
A B C D E F G H I L M N O P R S T U V 

Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.