Uses of Class
edu.isi.pegasus.planner.catalog.transformation.classes.Os
-
Packages that use Os Package Description edu.isi.pegasus.planner.catalog.classes edu.isi.pegasus.planner.catalog.transformation.classes -
-
Uses of Os in edu.isi.pegasus.planner.catalog.classes
Fields in edu.isi.pegasus.planner.catalog.classes with type parameters of type Os Modifier and Type Field Description private static java.util.Map<Os,SysInfo.OS>
VDSSysInfo2NMI. mVDSOSToNMIOS
The map storing OS to corresponding NMI OS platforms.Methods in edu.isi.pegasus.planner.catalog.classes that return types with arguments of type Os Modifier and Type Method Description private static java.util.Map<Os,SysInfo.OS>
VDSSysInfo2NMI. vdsOsToNMIOSMap()
Singleton access to the os to NMI os map.Methods in edu.isi.pegasus.planner.catalog.classes with parameters of type Os Modifier and Type Method Description static SysInfo.OS
VDSSysInfo2NMI. vdsOsToNMIOS(Os os)
Returns the NMI OS object corresponding to the VDS Os object -
Uses of Os in edu.isi.pegasus.planner.catalog.transformation.classes
Fields in edu.isi.pegasus.planner.catalog.transformation.classes declared as Os Modifier and Type Field Description static Os
Os. AIX
static Os
Os. LINUX
private Os
VDSSysInfo. os
Os of the system.static Os
Os. SUNOS
static Os
Os. WINDOWS
Fields in edu.isi.pegasus.planner.catalog.transformation.classes with type parameters of type Os Modifier and Type Field Description private static java.util.Map<SysInfo.OS,Os>
NMI2VDSSysInfo. mNMIOSToVDSOSMap
The map storing OS to corresponding NMI OS platforms.Methods in edu.isi.pegasus.planner.catalog.transformation.classes that return Os Modifier and Type Method Description static Os
Os. fromString(java.lang.String value)
Creates a new Os object given an os string.static Os
Os. fromValue(java.lang.String value)
Creates a new Os object given an os string.Os
VDSSysInfo. getOs()
Returns the os type of the system.static Os
NMI2VDSSysInfo. nmiOSToVDSOS(SysInfo.OS os)
Returns the VDS Os object corresponding to the new NMI OS object .static Os
NMI2VDSSysInfo. nmiOSToVDSOS(java.lang.String os)
Returns the VDS Os object corresponding to the new NMI OS object .Methods in edu.isi.pegasus.planner.catalog.transformation.classes that return types with arguments of type Os Modifier and Type Method Description static java.util.Map<SysInfo.OS,Os>
NMI2VDSSysInfo. NMIOSToVDSOSMap()
Singleton access to the os to NMI os map.Methods in edu.isi.pegasus.planner.catalog.transformation.classes with parameters of type Os Modifier and Type Method Description void
VDSSysInfo. setOs(Os os)
Sets the Os of the sytem.Constructors in edu.isi.pegasus.planner.catalog.transformation.classes with parameters of type Os Constructor Description VDSSysInfo(Arch arch, Os os, java.lang.String osversion, java.lang.String glibc)
The secondary convenience constructor.
-