Uses of Class
org.apache.jackrabbit.vault.sync.impl.SyncResult.Operation
-
Packages that use SyncResult.Operation Package Description org.apache.jackrabbit.vault.sync.impl -
-
Uses of SyncResult.Operation in org.apache.jackrabbit.vault.sync.impl
Methods in org.apache.jackrabbit.vault.sync.impl that return SyncResult.Operation Modifier and Type Method Description static SyncResult.Operation
SyncResult.Operation. valueOf(String name)
Returns the enum constant of this type with the specified name.static SyncResult.Operation[]
SyncResult.Operation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.jackrabbit.vault.sync.impl with parameters of type SyncResult.Operation Modifier and Type Method Description void
SyncResult. addEntry(String jcrPath, String fsPath, SyncResult.Operation ops)
Constructors in org.apache.jackrabbit.vault.sync.impl with parameters of type SyncResult.Operation Constructor Description Entry(String jcrPath, String fsPath, SyncResult.Operation ops)
-