|
JavaSVN Home | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tmatesoft.svn.core.wc.SVNPropertyData
SVNPropertyData is a wrapper for both versioned and unversioned properties. This class represents the pair: property name - property value. Property managing methods of the SVNWCClient class use SVNPropertyData to wrap properties and dispatch them to handleProperty() methods of ISVNPropertyHandler for processing or simply return that 'properties object' as a target.
ISVNPropertyHandler
,
SVNWCClient
Constructor Summary | |
SVNPropertyData(String name,
String data)
Constructs an SVNPropertyData given a property name and its value. |
Method Summary | |
String |
getName()
Gets the name of the property represented by this SVNPropertyData object. |
String |
getValue()
Gets the value of the property represented by this SVNPropertyData object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SVNPropertyData(String name, String data)
name
- a property namedata
- a property valueMethod Detail |
public String getName()
public String getValue()
|
JavaSVN Home | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |