Package org.tmatesoft.svn.core.wc2
Class SvnInheritedProperties
- java.lang.Object
-
- org.tmatesoft.svn.core.wc2.SvnObject
-
- org.tmatesoft.svn.core.wc2.SvnInheritedProperties
-
public class SvnInheritedProperties extends SvnObject
-
-
Field Summary
Fields Modifier and Type Field Description private SVNProperties
properties
private SvnTarget
target
-
Constructor Summary
Constructors Constructor Description SvnInheritedProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SVNProperties
getProperties()
SvnTarget
getTarget()
void
setProperties(SVNProperties properties)
void
setTarget(SvnTarget target)
-
Methods inherited from class org.tmatesoft.svn.core.wc2.SvnObject
getUserData, setUserData
-
-
-
-
Field Detail
-
target
private SvnTarget target
-
properties
private SVNProperties properties
-
-
Method Detail
-
setTarget
public void setTarget(SvnTarget target)
-
setProperties
public void setProperties(SVNProperties properties)
-
getTarget
public SvnTarget getTarget()
-
getProperties
public SVNProperties getProperties()
-
-