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.InfoFieldISVNWCDb.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.WCDbInfoISVNWCDb. readInfo(java.io.File localAbsPath, ISVNWCDb.WCDbInfo.InfoField... fields)Retrieve information about a node.ISVNWCDb.WCDbInfoSVNWCDb. readInfo(java.io.File localAbsPath, ISVNWCDb.WCDbInfo.InfoField... fields)ISVNWCDb.WCDbInfoSVNWCDb. readInfo(SVNWCDbRoot wcRoot, java.io.File localRelPath, ISVNWCDb.WCDbInfo.InfoField... fields)
-