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