Uses of Class
org.eclipse.packager.rpm.build.LongMode
-
Packages that use LongMode Package Description org.eclipse.packager.rpm.build Building RPMs -
-
Uses of LongMode in org.eclipse.packager.rpm.build
Methods in org.eclipse.packager.rpm.build that return LongMode Modifier and Type Method Description LongModeBuilderOptions. getLongMode()static LongModeLongMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LongMode[]LongMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.packager.rpm.build with parameters of type LongMode Modifier and Type Method Description voidBuilderOptions. setLongMode(LongMode longMode)
-