173174175176177178179
} public AddScmResult add( ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters ) throws ScmException { throw new NoSuchCommandScmException( "add" ); }
220221222223224225226
protected BranchScmResult branch( ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters ) throws ScmException { throw new NoSuchCommandScmException( "branch" ); }
359360361362363364365
protected ChangeLogScmResult changelog( ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters ) throws ScmException { throw new NoSuchCommandScmException( "changelog" ); }
412413414415416417418
protected CheckInScmResult checkin( ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters ) throws ScmException { throw new NoSuchCommandScmException( "checkin" ); }
494495496497498499500
protected CheckOutScmResult checkout( ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters ) throws ScmException { throw new NoSuchCommandScmException( "checkout" ); }
542543544545546547548
} protected DiffScmResult diff( ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters ) throws ScmException { throw new NoSuchCommandScmException( "diff" ); }
638639640641642643644
protected ExportScmResult export( ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters ) throws ScmException { throw new NoSuchCommandScmException( "export" ); }
690691692693694695696
* @throws ScmException if any */ protected ListScmResult list( ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters ) throws ScmException { throw new NoSuchCommandScmException( "list" ); }
731732733734735736737
* @throws ScmException */ protected MkdirScmResult mkdir( ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters ) throws ScmException { throw new NoSuchCommandScmException( "mkdir" ); }
770771772773774775776
protected RemoveScmResult remove( ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters ) throws ScmException { throw new NoSuchCommandScmException( "remove" ); }