Uses of Class
org.tmatesoft.svn.core.internal.wc17.db.ISVNWCDb.WCDbDeletionInfo.DeletionInfoField
-
Packages that use ISVNWCDb.WCDbDeletionInfo.DeletionInfoField Package Description org.tmatesoft.svn.core.internal.wc17.db -
-
Uses of ISVNWCDb.WCDbDeletionInfo.DeletionInfoField in org.tmatesoft.svn.core.internal.wc17.db
Methods in org.tmatesoft.svn.core.internal.wc17.db that return ISVNWCDb.WCDbDeletionInfo.DeletionInfoField Modifier and Type Method Description static ISVNWCDb.WCDbDeletionInfo.DeletionInfoField
ISVNWCDb.WCDbDeletionInfo.DeletionInfoField. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ISVNWCDb.WCDbDeletionInfo.DeletionInfoField[]
ISVNWCDb.WCDbDeletionInfo.DeletionInfoField. 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.WCDbDeletionInfo.DeletionInfoField Modifier and Type Method Description ISVNWCDb.WCDbDeletionInfo
ISVNWCDb. scanDeletion(java.io.File localAbsPath, ISVNWCDb.WCDbDeletionInfo.DeletionInfoField... fields)
Scan upwards for additional information about a deleted node.ISVNWCDb.WCDbDeletionInfo
SVNWCDb. scanDeletion(java.io.File localAbsPath, ISVNWCDb.WCDbDeletionInfo.DeletionInfoField... fields)
-