Uses of Class
org.eclipse.packager.rpm.FileFlags
-
Packages that use FileFlags Package Description org.eclipse.packager.rpm Core RPM functionalitiesorg.eclipse.packager.rpm.build Building RPMs -
-
Uses of FileFlags in org.eclipse.packager.rpm
Methods in org.eclipse.packager.rpm that return FileFlags Modifier and Type Method Description static FileFlagsFileFlags. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FileFlags[]FileFlags. 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 FileFlags Modifier and Type Method Description static java.util.EnumSet<FileFlags>FileFlags. decode(int flagValue) -
Uses of FileFlags in org.eclipse.packager.rpm.build
Methods in org.eclipse.packager.rpm.build that return types with arguments of type FileFlags Modifier and Type Method Description java.util.Set<FileFlags>FileInformation. getFileFlags()Method parameters in org.eclipse.packager.rpm.build with type arguments of type FileFlags Modifier and Type Method Description voidFileInformation. setFileFlags(java.util.Set<FileFlags> fileFlags)
-