Uses of Class
org.jrd.backend.data.cli.utils.ReceivedType
-
Packages that use ReceivedType Package Description org.jrd.backend.data.cli.utils org.jrd.backend.data.cli.workers -
-
Uses of ReceivedType in org.jrd.backend.data.cli.utils
Methods in org.jrd.backend.data.cli.utils that return ReceivedType Modifier and Type Method Description static ReceivedType
ReceivedType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ReceivedType[]
ReceivedType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ReceivedType in org.jrd.backend.data.cli.workers
Methods in org.jrd.backend.data.cli.workers with parameters of type ReceivedType Modifier and Type Method Description VmInfo
OverwriteAndUpload. overwrite(ReceivedType add)
-