Uses of Class
org.apache.jackrabbit.vault.rcp.RcpTask.Result.State
-
Packages that use RcpTask.Result.State Package Description org.apache.jackrabbit.vault.rcp -
-
Uses of RcpTask.Result.State in org.apache.jackrabbit.vault.rcp
Methods in org.apache.jackrabbit.vault.rcp that return RcpTask.Result.State Modifier and Type Method Description RcpTask.Result.State
RcpTask.Result. getState()
static RcpTask.Result.State
RcpTask.Result.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static RcpTask.Result.State[]
RcpTask.Result.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-