Package | Description |
---|---|
org.tmatesoft.svn.core.internal.db | |
org.tmatesoft.svn.core.internal.util | |
org.tmatesoft.svn.core.internal.wc17.db |
Modifier and Type | Method and Description |
---|---|
List<Structure<StructureFields.InheritedProperties>> |
SVNSqlJetStatement.getColumnInheritedProperties(Enum<?> f) |
List<Structure<StructureFields.InheritedProperties>> |
SVNSqlJetStatement.getColumnInheritedProperties(String f) |
static List<Structure<StructureFields.InheritedProperties>> |
SVNSqlJetStatement.parseInheritedProperties(byte[] val) |
Modifier and Type | Method and Description |
---|---|
List<Structure<StructureFields.InheritedProperties>> |
SVNSkel.parseInheritedProperties() |
Modifier and Type | Method and Description |
---|---|
static StructureFields.InheritedProperties |
StructureFields.InheritedProperties.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StructureFields.InheritedProperties[] |
StructureFields.InheritedProperties.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static List<Structure<StructureFields.InheritedProperties>> |
SvnWcDbStatementUtil.getColumnInheritedProperties(SVNSqlJetStatement stmt,
Enum<?> f) |
static List<Structure<StructureFields.InheritedProperties>> |
SvnWcDbProperties.readInheritedProperties(SVNWCDbRoot root,
File localRelPath,
String propertyName) |
Copyright © 2024. All rights reserved.