Class AbstractMSVC2017CircaEnvFactoryHelper


  • class AbstractMSVC2017CircaEnvFactoryHelper
    extends java.lang.Object
    Encapsulate some behavior common to Visual Studio since 2017.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.io.File createEnvWrapperFile​(java.io.File vsInstallDir, java.lang.String platform)  
      protected java.util.Map<java.lang.String,​java.lang.String> executeCommandLine​(org.codehaus.plexus.util.cli.Commandline command)  
      protected java.lang.String queryVSInstallPath​(java.lang.String version)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbstractMSVC2017CircaEnvFactoryHelper

        AbstractMSVC2017CircaEnvFactoryHelper()
    • Method Detail

      • createEnvWrapperFile

        protected java.io.File createEnvWrapperFile​(java.io.File vsInstallDir,
                                                    java.lang.String platform)
                                             throws java.io.IOException
        Throws:
        java.io.IOException
      • executeCommandLine

        protected java.util.Map<java.lang.String,​java.lang.String> executeCommandLine​(org.codehaus.plexus.util.cli.Commandline command)
                                                                                     throws NativeBuildException
        Throws:
        NativeBuildException
      • queryVSInstallPath

        protected java.lang.String queryVSInstallPath​(java.lang.String version)