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) |
executeCommand
execute, getLogger, setLogger
public IntegrityUnlockCommand(String filename)
filename
- Relative path of the file needed to be unlockedpublic ScmResult executeUnlockCommand(ScmProviderRepository repository, File workingDirectory) throws ScmException
executeUnlockCommand
in class AbstractUnlockCommand
ScmException
protected ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
executeCommand
in class AbstractCommand
ScmException
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.