hudson.scm
类 BlameSubversionEventHandlerImpl

java.lang.Object
  继承者 org.tmatesoft.svn.core.wc.SVNEventAdapter
      继承者 hudson.scm.BlameSubversionEventHandlerImpl
所有已实现的接口:
org.tmatesoft.svn.core.ISVNCanceller, org.tmatesoft.svn.core.wc.ISVNEventHandler

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

ISVNEventHandler that emulates the SVN CLI behavior. Modify: changed by tang

作者:
tang,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
 
构造方法摘要
BlameSubversionEventHandlerImpl(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
构造方法详细信息

BlameSubversionEventHandlerImpl

public BlameSubversionEventHandlerImpl(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.