Uses of Class
org.jrd.backend.data.VmInfo.Type
-
Packages that use VmInfo.Type Package Description org.jrd.backend.data -
-
Uses of VmInfo.Type in org.jrd.backend.data
Fields in org.jrd.backend.data declared as VmInfo.Type Modifier and Type Field Description private VmInfo.TypeVmInfo. typeMethods in org.jrd.backend.data that return VmInfo.Type Modifier and Type Method Description VmInfo.TypeVmInfo. getType()private VmInfo.TypeCli. guessType(java.lang.String input)static VmInfo.TypeVmInfo.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static VmInfo.Type[]VmInfo.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jrd.backend.data with parameters of type VmInfo.Type Modifier and Type Method Description voidVmInfo. setType(VmInfo.Type local)Constructors in org.jrd.backend.data with parameters of type VmInfo.Type Constructor Description VmInfo(java.lang.String vmId, int vmPid, java.lang.String vmName, VmInfo.Type type, java.util.List<java.io.File> cp)Stores information about Available Virtual Machine.
-