Package org.codehaus.mojo.natives.msvc
Class AbstractCommunityEnvFactory
- java.lang.Object
-
- org.codehaus.mojo.natives.AbstractEnvFactory
-
- org.codehaus.mojo.natives.msvc.AbstractCommunityEnvFactory
-
- All Implemented Interfaces:
EnvFactory
- Direct Known Subclasses:
Community2017x64EnvFactory,Community2017x86AMD64EnvFactory,Community2017x86EnvFactory
public abstract class AbstractCommunityEnvFactory extends AbstractEnvFactory
-
-
Constructor Summary
Constructors Constructor Description AbstractCommunityEnvFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Map<String,String>createEnvs(String version, String platform)protected Map<String,String>executeCommandLine(org.codehaus.plexus.util.cli.Commandline command)protected StringqueryVSInstallPath(String version)-
Methods inherited from class org.codehaus.mojo.natives.AbstractEnvFactory
createEnvs, getEnvironmentVariables
-
-
-
-
Method Detail
-
createEnvs
protected Map<String,String> createEnvs(String version, String platform) throws NativeBuildException
- Throws:
NativeBuildException
-
executeCommandLine
protected Map<String,String> executeCommandLine(org.codehaus.plexus.util.cli.Commandline command) throws NativeBuildException
- Throws:
NativeBuildException
-
-