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 |
---|---|
java.util.List<Structure<StructureFields.InheritedProperties>> |
SVNSqlJetStatement.getColumnInheritedProperties(java.lang.Enum<?> f) |
java.util.List<Structure<StructureFields.InheritedProperties>> |
SVNSqlJetStatement.getColumnInheritedProperties(java.lang.String f) |
static java.util.List<Structure<StructureFields.InheritedProperties>> |
SVNSqlJetStatement.parseInheritedProperties(byte[] val) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Structure<StructureFields.InheritedProperties>> |
SVNSkel.parseInheritedProperties() |
Modifier and Type | Method and Description |
---|---|
static StructureFields.InheritedProperties |
StructureFields.InheritedProperties.valueOf(java.lang.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 java.util.List<Structure<StructureFields.InheritedProperties>> |
SvnWcDbStatementUtil.getColumnInheritedProperties(SVNSqlJetStatement stmt,
java.lang.Enum<?> f) |
static java.util.List<Structure<StructureFields.InheritedProperties>> |
SvnWcDbProperties.readInheritedProperties(SVNWCDbRoot root,
java.io.File localRelPath,
java.lang.String propertyName) |