Class EnvironmentDefinitions
- java.lang.Object
-
- manifold.preprocessor.definitions.EnvironmentDefinitions
-
public class EnvironmentDefinitions extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String_OR_LATERstatic StringARCH_32Architecture of the compiler/IDE processstatic StringARCH_64static StringJAVA_Java source versionstatic StringJPMS_NAMEDstatic StringJPMS_NONEJPMS mode, defined by presence of module-info.java and if source version is > 8static StringJPMS_UNNAMEDstatic StringOS_FREE_BSDOperating System of the compiler/IDE processstatic StringOS_LINUXstatic StringOS_MACstatic StringOS_SOLARISstatic StringOS_UNIXstatic StringOS_WINDOWS
-
Constructor Summary
Constructors Constructor Description EnvironmentDefinitions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddArchitecture(Map<String,String> map)protected voidaddJavaVersion(Map<String,String> map)protected voidaddJpms(Map<String,String> map)protected voidaddMisc(Map<String,String> map)protected voidaddOperatingSystem(Map<String,String> map)Map<String,String>getEnv()protected voidmakeJavaVersionDefinitions(Map<String,String> map, int version)
-
-
-
Field Detail
-
JAVA_
public static final String JAVA_
Java source version- See Also:
- Constant Field Values
-
_OR_LATER
public static final String _OR_LATER
- See Also:
- Constant Field Values
-
JPMS_NONE
public static final String JPMS_NONE
JPMS mode, defined by presence of module-info.java and if source version is > 8- See Also:
- Constant Field Values
-
JPMS_UNNAMED
public static final String JPMS_UNNAMED
- See Also:
- Constant Field Values
-
JPMS_NAMED
public static final String JPMS_NAMED
- See Also:
- Constant Field Values
-
OS_FREE_BSD
public static final String OS_FREE_BSD
Operating System of the compiler/IDE process- See Also:
- Constant Field Values
-
OS_LINUX
public static final String OS_LINUX
- See Also:
- Constant Field Values
-
OS_MAC
public static final String OS_MAC
- See Also:
- Constant Field Values
-
OS_SOLARIS
public static final String OS_SOLARIS
- See Also:
- Constant Field Values
-
OS_UNIX
public static final String OS_UNIX
- See Also:
- Constant Field Values
-
OS_WINDOWS
public static final String OS_WINDOWS
- See Also:
- Constant Field Values
-
ARCH_32
public static final String ARCH_32
Architecture of the compiler/IDE process- See Also:
- Constant Field Values
-
ARCH_64
public static final String ARCH_64
- See Also:
- Constant Field Values
-
-