Uses of Class
org.tmatesoft.svn.core.internal.wc17.db.ISVNWCDb.WCDbInfo.InfoField
-
Packages that use ISVNWCDb.WCDbInfo.InfoField Package Description org.tmatesoft.svn.core.internal.wc17.db -
-
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.InfoField Modifier and Type Method Description static 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.InfoField Modifier and Type Method Description ISVNWCDb.WCDbInfo
ISVNWCDb. readInfo(java.io.File localAbsPath, ISVNWCDb.WCDbInfo.InfoField... fields)
Retrieve information about a node.ISVNWCDb.WCDbInfo
SVNWCDb. readInfo(java.io.File localAbsPath, ISVNWCDb.WCDbInfo.InfoField... fields)
ISVNWCDb.WCDbInfo
SVNWCDb. readInfo(SVNWCDbRoot wcRoot, java.io.File localRelPath, ISVNWCDb.WCDbInfo.InfoField... fields)
-