hudson.scm
クラス SubversionEventHandlerImpl

java.lang.Object
  上位を拡張 org.tmatesoft.svn.core.wc.SVNEventAdapter
      上位を拡張 hudson.scm.SubversionEventHandlerImpl
すべての実装されたインタフェース:
org.tmatesoft.svn.core.ISVNCanceller, org.tmatesoft.svn.core.wc.ISVNEventHandler

public class SubversionEventHandlerImpl
extends org.tmatesoft.svn.core.wc.SVNEventAdapter

ISVNEventHandler that emulates the SVN CLI behavior.

作成者:
Kohsuke Kawaguchi

フィールドの概要
protected  java.io.File baseDir
           
protected  java.io.PrintStream out
           
 
インタフェース org.tmatesoft.svn.core.wc.ISVNEventHandler から継承されたフィールド
UNKNOWN
 
インタフェース org.tmatesoft.svn.core.ISVNCanceller から継承されたフィールド
NULL
 
コンストラクタの概要
SubversionEventHandlerImpl(java.io.PrintStream out, java.io.File baseDir)
           
 
メソッドの概要
static java.lang.String getLocalPath(java.lang.String path)
           
 java.lang.String getRelativePath(java.io.File file)
           
 void handleEvent(org.tmatesoft.svn.core.wc.SVNEvent event, double progress)
           
 
クラス org.tmatesoft.svn.core.wc.SVNEventAdapter から継承されたメソッド
checkCancelled
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

out

protected final java.io.PrintStream out

baseDir

protected final java.io.File baseDir
コンストラクタの詳細

SubversionEventHandlerImpl

public SubversionEventHandlerImpl(java.io.PrintStream out,
                                  java.io.File baseDir)
メソッドの詳細

handleEvent

public void handleEvent(org.tmatesoft.svn.core.wc.SVNEvent event,
                        double progress)
                 throws org.tmatesoft.svn.core.SVNException
定義:
インタフェース org.tmatesoft.svn.core.wc.ISVNEventHandler 内の handleEvent
オーバーライド:
クラス org.tmatesoft.svn.core.wc.SVNEventAdapter 内の handleEvent
例外:
org.tmatesoft.svn.core.SVNException

getRelativePath

public java.lang.String getRelativePath(java.io.File file)
                                 throws java.io.IOException
例外:
java.io.IOException

getLocalPath

public static java.lang.String getLocalPath(java.lang.String path)


Copyright © 2010. All Rights Reserved.