|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.tmatesoft.svn.core.wc.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.
ISVNPropertyHandler
,
SVNWCClient
Constructor Summary | |
---|---|
SVNPropertyData(java.lang.String name,
SVNPropertyValue data,
ISVNOptions options)
Constructs an SVNPropertyData given a property name and its value. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getName()
Gets the name of the property represented by this SVNPropertyData object. |
SVNPropertyValue |
getValue()
Gets the value of the property represented by this SVNPropertyData object. |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SVNPropertyData(java.lang.String name, SVNPropertyValue data, ISVNOptions options)
if data
is not null, is a
string
property and name
is an
svn-namespace
property name, then options
,
if not null, is used to translate the property value replacing
all LF end of line markers in the property value with ones returned by ISVNOptions.getNativeEOL()
.
Otherwise, if options
is null,
the "line.separator" system property is used to retrieve a new EOL marker.
name
- a property namedata
- a property valueoptions
- provides EOL style informationMethod Detail |
---|
public java.lang.String getName()
public SVNPropertyValue getValue()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |