org.utgenome.shell
クラス SVNAdd

java.lang.Object
  上位を拡張 org.utgenome.core.cui.UTGBCommandBase
      上位を拡張 org.utgenome.shell.UTGBShellCommandBase
          上位を拡張 org.utgenome.shell.UTGBShellCommand
              上位を拡張 org.utgenome.shell.SVNAdd
すべての実装されたインタフェース:
Comparable<org.xerial.util.opt.Command>, org.xerial.util.opt.Command

public class SVNAdd
extends UTGBShellCommand

Sub-command to add the current project to the subversion repository

作成者:
leo

フィールドの概要
 
クラス org.utgenome.shell.UTGBShellCommand から継承されたフィールド
APP_FOLDER, EXPLODED_WEBAPP_DIR, SRC_FOLDER, WEBAPP_FOLDER
 
クラス org.utgenome.shell.UTGBShellCommandBase から継承されたフィールド
globalOption
 
コンストラクタの概要
SVNAdd()
           
 
メソッドの概要
 void execute(String[] args)
           
 String getOneLinerDescription()
           
 String name()
           
 void svnAddDir(String dir, boolean isRecursive)
           
 void svnAddFile(String file)
           
 void svnIgnore(String file, String ignoreTargets, boolean isRecursive)
           
 
クラス org.utgenome.shell.UTGBShellCommand から継承されたメソッド
compareTo, createContextXML, createFileFromTemplate, createFileFromTemplate, execute, getConfigFile, getHelpMessageResource, getObsolteConfigurationFile, getOneLineDescription, getOptionHolder, getPath, getProjectResourcePath, getProjectRoot, isInProjectRoot, loadUTGBConfig, maven, maven
 
クラス org.utgenome.shell.UTGBShellCommandBase から継承されたメソッド
execute
 
クラス 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
定義:
インタフェース org.xerial.util.opt.Command 内の execute
定義:
クラス UTGBShellCommand 内の execute
例外:
Exception

svnAddDir

public void svnAddDir(String dir,
                      boolean isRecursive)
               throws org.tmatesoft.svn.core.SVNException
例外:
org.tmatesoft.svn.core.SVNException

svnAddFile

public void svnAddFile(String file)
                throws org.tmatesoft.svn.core.SVNException
例外:
org.tmatesoft.svn.core.SVNException

svnIgnore

public void svnIgnore(String file,
                      String ignoreTargets,
                      boolean isRecursive)
               throws org.tmatesoft.svn.core.SVNException
例外:
org.tmatesoft.svn.core.SVNException

name

public String name()
定義:
インタフェース org.xerial.util.opt.Command 内の name
定義:
クラス UTGBShellCommand 内の name

getOneLinerDescription

public String getOneLinerDescription()
定義:
クラス UTGBShellCommand 内の getOneLinerDescription


Copyright © 2007-2011 utgenome.org. All Rights Reserved.