edu.internet2.middleware.shibboleth.common.resource
Class SVNResource.SVNStatusHandler

java.lang.Object
  extended by edu.internet2.middleware.shibboleth.common.resource.SVNResource.SVNStatusHandler
All Implemented Interfaces:
org.tmatesoft.svn.core.wc.ISVNStatusHandler
Enclosing class:
SVNResource

private class SVNResource.SVNStatusHandler
extends Object
implements org.tmatesoft.svn.core.wc.ISVNStatusHandler

Simple ISVNStatusHandler implementation that just stores and returns the status.


Field Summary
private  org.tmatesoft.svn.core.wc.SVNStatus status
          Current status of the resource.
 
Constructor Summary
private SVNResource.SVNStatusHandler()
           
 
Method Summary
 org.tmatesoft.svn.core.wc.SVNStatus getStatus()
          Gets the current status of the resource.
 void handleStatus(org.tmatesoft.svn.core.wc.SVNStatus currentStatus)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

status

private org.tmatesoft.svn.core.wc.SVNStatus status
Current status of the resource.

Constructor Detail

SVNResource.SVNStatusHandler

private SVNResource.SVNStatusHandler()
Method Detail

getStatus

public org.tmatesoft.svn.core.wc.SVNStatus getStatus()
Gets the current status of the resource.

Returns:
current status of the resource

handleStatus

public void handleStatus(org.tmatesoft.svn.core.wc.SVNStatus currentStatus)
                  throws org.tmatesoft.svn.core.SVNException

Specified by:
handleStatus in interface org.tmatesoft.svn.core.wc.ISVNStatusHandler
Throws:
org.tmatesoft.svn.core.SVNException


Copyright © 1999-2012. All Rights Reserved.