Uses of Class
org.tmatesoft.svn.core.internal.wc17.db.StructureFields.InheritedProperties
-
Packages that use StructureFields.InheritedProperties Package Description org.tmatesoft.svn.core.internal.db org.tmatesoft.svn.core.internal.util org.tmatesoft.svn.core.internal.wc17.db -
-
Uses of StructureFields.InheritedProperties in org.tmatesoft.svn.core.internal.db
Methods in org.tmatesoft.svn.core.internal.db that return types with arguments of type StructureFields.InheritedProperties Modifier and Type Method 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)
-
Uses of StructureFields.InheritedProperties in org.tmatesoft.svn.core.internal.util
Methods in org.tmatesoft.svn.core.internal.util that return types with arguments of type StructureFields.InheritedProperties Modifier and Type Method Description java.util.List<Structure<StructureFields.InheritedProperties>>
SVNSkel. parseInheritedProperties()
-
Uses of StructureFields.InheritedProperties in org.tmatesoft.svn.core.internal.wc17.db
Methods in org.tmatesoft.svn.core.internal.wc17.db that return StructureFields.InheritedProperties Modifier and Type Method 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.Methods in org.tmatesoft.svn.core.internal.wc17.db that return types with arguments of type StructureFields.InheritedProperties Modifier and Type Method 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)
-