org.utgenome.shell
Class SVNAdd
java.lang.Object
org.utgenome.shell.UTGBShellCommand
org.utgenome.shell.SVNAdd
- All Implemented Interfaces:
- Comparable<UTGBShellCommand>
public class SVNAdd
- extends UTGBShellCommand
Sub-command to add the current project to the subversion repository
- Author:
- leo
Methods inherited from class org.utgenome.shell.UTGBShellCommand |
compareTo, createContextXML, createFileFromTemplate, createFileFromTemplate, execute, getConfigFile, getObsolteConfigurationFile, getOptionHolder, getPath, getProjectResourcePath, getProjectRoot, isInProjectRoot, loadUTGBConfig, maven |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SVNAdd
public SVNAdd()
execute
public void execute(String[] args)
throws Exception
- Specified by:
execute
in class UTGBShellCommand
- Throws:
Exception
svnAddDir
public void svnAddDir(String dir,
boolean isRecursive)
throws org.tmatesoft.svn.core.SVNException
- Throws:
org.tmatesoft.svn.core.SVNException
svnAddFile
public void svnAddFile(String file)
throws org.tmatesoft.svn.core.SVNException
- Throws:
org.tmatesoft.svn.core.SVNException
svnIgnore
public void svnIgnore(String file,
String ignoreTargets,
boolean isRecursive)
throws org.tmatesoft.svn.core.SVNException
- Throws:
org.tmatesoft.svn.core.SVNException
name
public String name()
- Specified by:
name
in class UTGBShellCommand
getOneLinerDescription
public String getOneLinerDescription()
- Specified by:
getOneLinerDescription
in class UTGBShellCommand

This work is licensed under a Creative Commons Attribution-ShareAlike 2.1 Japan License.