public abstract class CheckMethod extends Object
| Constructor and Description |
|---|
CheckMethod(Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkMethod(String machine,
String token) |
void |
copyAlgorithms(Algorithm algo) |
protected abstract void |
copyFromDmToSVN(File a) |
protected void |
copyFromDmToSVN(File algorithmsFile,
SVNUpdater svnUpdater) |
void |
deleteFiles(Algorithm a) |
boolean |
doesExist(String path) |
static List<String> |
getFiles(String a) |
public CheckMethod(Configuration configuration)
public void checkMethod(String machine, String token) throws AlgorithmException
AlgorithmExceptionpublic void copyAlgorithms(Algorithm algo) throws SVNCommitException, GenericException, AlgorithmException
public void deleteFiles(Algorithm a) throws GenericException
GenericExceptionprotected abstract void copyFromDmToSVN(File a) throws SVNCommitException, Exception
SVNCommitExceptionExceptionprotected void copyFromDmToSVN(File algorithmsFile, SVNUpdater svnUpdater) throws org.tmatesoft.svn.core.SVNException, SVNCommitException, com.jcraft.jsch.JSchException, com.jcraft.jsch.SftpException
org.tmatesoft.svn.core.SVNExceptionSVNCommitExceptioncom.jcraft.jsch.JSchExceptioncom.jcraft.jsch.SftpExceptionCopyright © 2019. All Rights Reserved.