*/
@Override
protected ListScmResult list( ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters params )
throws ScmException
{
IntegrityListCommand command = new IntegrityListCommand();
command.setLogger( getLogger() );
return (ListScmResult) command.execute( repository, fileSet, params );
}