SVNKit Home]]>

org.tmatesoft.svn.core.wc2
Class SvnInheritedProperties

java.lang.Object
  extended by org.tmatesoft.svn.core.wc2.SvnObject
      extended by org.tmatesoft.svn.core.wc2.SvnInheritedProperties

public class SvnInheritedProperties
extends SvnObject


Constructor Summary
SvnInheritedProperties()
           
 
Method Summary
 SVNProperties getProperties()
           
 SvnTarget getTarget()
           
 void setProperties(SVNProperties properties)
           
 void setTarget(SvnTarget target)
           
 
Methods inherited from class org.tmatesoft.svn.core.wc2.SvnObject
getUserData, setUserData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SvnInheritedProperties

public SvnInheritedProperties()
Method Detail

setTarget

public void setTarget(SvnTarget target)

setProperties

public void setProperties(SVNProperties properties)

getTarget

public SvnTarget getTarget()

getProperties

public SVNProperties getProperties()

SVNKit Home]]>