Uses of Class
org.robovm.compiler.config.Environment
| Package | Description |
|---|---|
| org.robovm.compiler.config | |
| org.robovm.compiler.util |
-
Uses of Environment in org.robovm.compiler.config
Methods in org.robovm.compiler.config that return Environment Modifier and Type Method Description EnvironmentArch. getEnv()static EnvironmentEnvironment. parse(String s)static EnvironmentEnvironment. valueOf(String name)Returns the enum constant of this type with the specified name.static Environment[]Environment. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.compiler.config with parameters of type Environment Modifier and Type Method Description ArchArch. copy(Environment anotherEnv)Constructors in org.robovm.compiler.config with parameters of type Environment Constructor Description Arch(CpuArch arch, Environment env) -
Uses of Environment in org.robovm.compiler.util
Methods in org.robovm.compiler.util that return Environment Modifier and Type Method Description EnvironmentXCFrameworkPlist.Library. getVariant()Constructors in org.robovm.compiler.util with parameters of type Environment Constructor Description Library(String identifier, String path, OS platform, CpuArch[] supportedArchitectures, Environment variant, String debugSymbolPath)