Package org.codehaus.mojo.natives.msvc
Class MSVC2019x64EnvFactory
java.lang.Object
org.codehaus.mojo.natives.AbstractEnvFactory
org.codehaus.mojo.natives.msvc.AbstractMSVCEnvFactory
org.codehaus.mojo.natives.msvc.AbstractMSVC2019EnvFactory
org.codehaus.mojo.natives.msvc.MSVC2019x64EnvFactory
- All Implemented Interfaces:
EnvFactory
-
Field Summary
FieldsModifier and TypeFieldDescriptionEach env factory needs its own static field, otherwise the different "vcvarsall" calls will end up colliding with each other. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.codehaus.mojo.natives.msvc.AbstractMSVC2019EnvFactory
createEnvWrapperFile
Methods inherited from class org.codehaus.mojo.natives.msvc.AbstractMSVCEnvFactory
createEnvs, getProgramFiles, getProgramFilesX86, getSystemRoot
-
Field Details
-
envs2019x64
Each env factory needs its own static field, otherwise the different "vcvarsall" calls will end up colliding with each other.
-
-
Constructor Details
-
MSVC2019x64EnvFactory
public MSVC2019x64EnvFactory()
-
-
Method Details
-
getEnvironmentVariables
- Specified by:
getEnvironmentVariables
in interfaceEnvFactory
- Overrides:
getEnvironmentVariables
in classAbstractEnvFactory
- Returns:
- a map of environment variable/value pairs
- Throws:
NativeBuildException
-
createEnvs
- Specified by:
createEnvs
in classAbstractEnvFactory
- Throws:
NativeBuildException
-