public class SVNSkel extends Object
| Modifier and Type | Field and Description |
|---|---|
static char |
TYPE_DIGIT |
static char |
TYPE_NAME |
static char |
TYPE_NOTHING |
static char |
TYPE_PAREN |
static char |
TYPE_SPACE |
| Modifier | Constructor and Description |
|---|---|
protected |
SVNSkel() |
protected |
SVNSkel(byte[] data) |
public static final char TYPE_NOTHING
public static final char TYPE_SPACE
public static final char TYPE_DIGIT
public static final char TYPE_PAREN
public static final char TYPE_NAME
public static char getType(byte b)
public static SVNSkel parse(byte[] data) throws SVNException
SVNExceptionpublic static SVNSkel parse(byte[] data, int offset, int length) throws SVNException
SVNExceptionpublic static SVNSkel parse(ByteBuffer buffer) throws SVNException
SVNExceptionpublic static SVNSkel parseList(ByteBuffer buffer) throws SVNException
SVNExceptionpublic static SVNSkel parseImplicitAtom(ByteBuffer buffer)
public static SVNSkel parseExplicitAtom(ByteBuffer buffer)
public static SVNSkel createAtom(byte[] data)
public static SVNSkel createAtom(byte[] data, int offset, int length)
public static SVNSkel createEmptyList()
public static SVNSkel createPropList(Map<String,SVNPropertyValue> props) throws SVNException
SVNExceptionpublic boolean isAtom()
public byte[] getData()
public SVNSkel first()
public SVNSkel next()
public SVNSkel getChild(int i) throws SVNException
SVNExceptionpublic void appendChild(SVNSkel child) throws SVNException
SVNExceptionpublic void prepend(SVNSkel child) throws SVNException
SVNExceptionpublic void prependString(String str) throws SVNException
SVNExceptionpublic void prependPropertyValue(SVNPropertyValue propertyValue) throws SVNException
SVNExceptionpublic void prependPath(File path) throws SVNException
SVNExceptionpublic int getListSize()
public String getValue()
public boolean contentEquals(String str)
public boolean containsAtomsOnly()
public boolean isValidPropList()
public Map<String,byte[]> parsePropList() throws SVNException
SVNExceptionpublic boolean isValidInheritedProperties()
public static SVNSkel createInheritedProperties(Map<String,SVNProperties> iprops) throws SVNException
SVNExceptionpublic List<Structure<StructureFields.InheritedProperties>> parseInheritedProperties() throws SVNException
SVNExceptionpublic byte[] unparse()
throws SVNException
SVNExceptionpublic ByteBuffer writeTo(ByteBuffer buffer) throws SVNException
SVNExceptionpublic void removeChildren(Collection<SVNSkel> childrenToRemove)
public void removeAllChildren()
Copyright © 2025. All rights reserved.