Uses of Class
org.tmatesoft.svn.core.internal.wc17.db.StructureFields.PristineInfo
-
Packages that use StructureFields.PristineInfo Package Description org.tmatesoft.svn.core.internal.wc17.db -
-
Uses of StructureFields.PristineInfo in org.tmatesoft.svn.core.internal.wc17.db
Fields in org.tmatesoft.svn.core.internal.wc17.db with type parameters of type StructureFields.PristineInfo Modifier and Type Field Description static java.util.Collection<StructureFields.PristineInfo>
StructureFields.PristineInfo. all
static java.util.Collection<StructureFields.PristineInfo>
StructureFields.PristineInfo. defaults
Methods in org.tmatesoft.svn.core.internal.wc17.db that return StructureFields.PristineInfo Modifier and Type Method Description static StructureFields.PristineInfo
StructureFields.PristineInfo. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static StructureFields.PristineInfo[]
StructureFields.PristineInfo. 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.PristineInfo Modifier and Type Method Description Structure<StructureFields.PristineInfo>
ISVNWCDb. readPristineInfo(java.io.File localAbspath)
Structure<StructureFields.PristineInfo>
SVNWCDb. readPristineInfo(java.io.File localAbspath)
-