Uses of Class
org.eclipse.packager.rpm.OperatingSystem
-
Packages that use OperatingSystem Package Description org.eclipse.packager.rpm Core RPM functionalitiesorg.eclipse.packager.rpm.build Building RPMs -
-
Uses of OperatingSystem in org.eclipse.packager.rpm
Methods in org.eclipse.packager.rpm that return OperatingSystem Modifier and Type Method Description static OperatingSystemOperatingSystem. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OperatingSystem[]OperatingSystem. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.packager.rpm that return types with arguments of type OperatingSystem Modifier and Type Method Description static java.util.Optional<OperatingSystem>OperatingSystem. fromAlias(java.lang.String alias)static java.util.Optional<OperatingSystem>OperatingSystem. fromValue(int value) -
Uses of OperatingSystem in org.eclipse.packager.rpm.build
Methods in org.eclipse.packager.rpm.build with parameters of type OperatingSystem Modifier and Type Method Description voidRpmBuilder. setLeadOverrideOperatingSystem(OperatingSystem leadOverrideOperatingSystem)
-