org.tmatesoft.svn.core.wc
Class SVNPropertyData
public class 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.
SVNPropertyData(String name, String data)- Constructs an SVNPropertyData given a property name and its
value.
|
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.
|
SVNPropertyData
public SVNPropertyData(String name,
String data) Constructs an SVNPropertyData given a property name and its
value.
name - a property namedata - a property value
getName
public String getName()
Gets the name of the property represented by this
SVNPropertyData object.
getValue
public String getValue()
Gets the value of the property represented by this
SVNPropertyData object.
Copyright © 2004-2006 TMate Software Ltd. All Rights Reserved.