org.utgenome.shell
Class SVNAdd

java.lang.Object
  extended by org.utgenome.shell.UTGBShellSubCommandBase
      extended by org.utgenome.shell.SVNAdd
All Implemented Interfaces:
java.lang.Comparable<UTGBShellSubCommand>, UTGBShellSubCommand

public class SVNAdd
extends UTGBShellSubCommandBase

Subcommand to add the current project to the subversion repository

Author:
leo

Field Summary
 
Fields inherited from class org.utgenome.shell.UTGBShellSubCommandBase
APP_FOLDER, EXPLODED_WEBAPP_DIR, globalOption, SRC_FOLDER, WEBAPP_FOLDER
 
Constructor Summary
SVNAdd()
           
 
Method Summary
 void execute(java.lang.String[] args)
           
 java.lang.String getDetailedDescription()
           
 java.lang.String getOneLinerDescription()
           
 java.lang.String getOptionList()
           
 java.lang.String name()
           
 void svnAddDir(java.lang.String dir, boolean isRecursive)
           
 void svnAddFile(java.lang.String file)
           
 void svnIgnore(java.lang.String file, java.lang.String ignoreTargets, boolean isRecursive)
           
 
Methods inherited from class org.utgenome.shell.UTGBShellSubCommandBase
compareTo, createContextXML, createFileFromTemplate, createFileFromTemplate, execute, getPath, getProjectResourcePath, isInProjectRoot, loadTrackConfiguration, loadUsage, maven
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SVNAdd

public SVNAdd()
Method Detail

execute

public void execute(java.lang.String[] args)
             throws UTGBShellException
Specified by:
execute in interface UTGBShellSubCommand
Specified by:
execute in class UTGBShellSubCommandBase
Throws:
UTGBShellException

svnAddDir

public void svnAddDir(java.lang.String dir,
                      boolean isRecursive)
               throws org.tmatesoft.svn.core.SVNException
Throws:
org.tmatesoft.svn.core.SVNException

svnAddFile

public void svnAddFile(java.lang.String file)
                throws org.tmatesoft.svn.core.SVNException
Throws:
org.tmatesoft.svn.core.SVNException

svnIgnore

public void svnIgnore(java.lang.String file,
                      java.lang.String ignoreTargets,
                      boolean isRecursive)
               throws org.tmatesoft.svn.core.SVNException
Throws:
org.tmatesoft.svn.core.SVNException

name

public java.lang.String name()
Specified by:
name in interface UTGBShellSubCommand
Specified by:
name in class UTGBShellSubCommandBase

getDetailedDescription

public java.lang.String getDetailedDescription()

getOneLinerDescription

public java.lang.String getOneLinerDescription()

getOptionList

public java.lang.String getOptionList()


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