Uses of Class
org.eclipse.packager.rpm.Architecture
-
Packages that use Architecture Package Description org.eclipse.packager.rpm Core RPM functionalitiesorg.eclipse.packager.rpm.build Building RPMs -
-
Uses of Architecture in org.eclipse.packager.rpm
Methods in org.eclipse.packager.rpm that return Architecture Modifier and Type Method Description static ArchitectureArchitecture. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Architecture[]Architecture. 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 Architecture Modifier and Type Method Description static java.util.Optional<Architecture>Architecture. fromAlias(java.lang.String alias)static java.util.Optional<Architecture>Architecture. fromValue(int value) -
Uses of Architecture in org.eclipse.packager.rpm.build
Methods in org.eclipse.packager.rpm.build with parameters of type Architecture Modifier and Type Method Description voidRpmBuilder. setLeadOverrideArchitecture(Architecture leadOverrideArchitecture)Method parameters in org.eclipse.packager.rpm.build with type arguments of type Architecture Modifier and Type Method Description voidLeadBuilder. fillFlagsFromHeader(Header<RpmTag> header, java.util.function.Function<java.lang.String,java.util.Optional<Architecture>> architectureMapper, java.util.function.Function<java.lang.String,java.util.Optional<OperatingSystem>> operatingSystemMapper)
-