Uses of Enum
org.tmatesoft.svn.core.internal.wc17.db.ISVNWCDb.WCDbBaseInfo.BaseInfoField
Packages that use ISVNWCDb.WCDbBaseInfo.BaseInfoField
-
Uses of ISVNWCDb.WCDbBaseInfo.BaseInfoField in org.tmatesoft.svn.core.internal.wc17.db
Methods in org.tmatesoft.svn.core.internal.wc17.db that return ISVNWCDb.WCDbBaseInfo.BaseInfoFieldModifier and TypeMethodDescriptionISVNWCDb.WCDbBaseInfo.BaseInfoField.valueOf(java.lang.String name) Returns the enum constant of this type with the specified name.static ISVNWCDb.WCDbBaseInfo.BaseInfoField[]ISVNWCDb.WCDbBaseInfo.BaseInfoField.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 with parameters of type ISVNWCDb.WCDbBaseInfo.BaseInfoFieldModifier and TypeMethodDescriptionISVNWCDb.getBaseInfo(java.io.File localAbsPath, ISVNWCDb.WCDbBaseInfo.BaseInfoField... fields) Retrieve information about a node in the BASE tree.SVNWCDb.getBaseInfo(java.io.File localAbsPath, ISVNWCDb.WCDbBaseInfo.BaseInfoField... fields) SVNWCDb.getBaseInfo(SVNWCDbRoot root, java.io.File localRelPath, ISVNWCDb.WCDbBaseInfo.BaseInfoField... fields)