public class SVNPropertyData extends Object
ISVNPropertyHandler
,
SVNWCClient
Constructor and Description |
---|
SVNPropertyData(String name,
SVNPropertyValue data,
ISVNOptions options)
Constructs an SVNPropertyData given a property name and its
value.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
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() |
public SVNPropertyData(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 informationpublic String getName()
public SVNPropertyValue getValue()
Copyright © 2024. All rights reserved.