protected ScmResult lock( ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters params )
throws ScmException
{
IntegrityLockCommand command = new IntegrityLockCommand();
command.setLogger( getLogger() );
return command.execute( repository, fileSet, params );
}
/**
* Maps to si unlock
*/