public class IntegrityUnlockCommand extends AbstractUnlockCommand
| Constructor and Description | 
|---|
IntegrityUnlockCommand(String filename)
IntegrityUnlockCommand constructor requires a filename argument to be supplied for its execution
  
This avoids having to run the unlock command across the entire Sandbox.  | 
| Modifier and Type | Method and Description | 
|---|---|
protected ScmResult | 
executeCommand(ScmProviderRepository repository,
                            ScmFileSet fileSet,
                            CommandParameters parameters) | 
ScmResult | 
executeUnlockCommand(ScmProviderRepository repository,
                                        File workingDirectory) | 
executeCommandexecute, getLogger, setLoggerpublic IntegrityUnlockCommand(String filename)
filename - Relative path of the file needed to be unlockedpublic ScmResult executeUnlockCommand(ScmProviderRepository repository, File workingDirectory) throws ScmException
executeUnlockCommand in class AbstractUnlockCommandScmExceptionprotected ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
executeCommand in class AbstractCommandScmExceptionCopyright © 2003–2018 The Apache Software Foundation. All rights reserved.