Class ForteCCCompiler

    • Field Detail

      • headerExtensions

        private static final java.lang.String[] headerExtensions
      • sourceExtensions

        private static final java.lang.String[] sourceExtensions
      • identifier

        private java.lang.String identifier
      • includePath

        private java.io.File[] includePath
    • Constructor Detail

      • ForteCCCompiler

        private ForteCCCompiler​(java.lang.String command,
                                java.lang.String[] sourceExtensions,
                                java.lang.String[] headerExtensions)
        Private constructor. Use ForteCCCompiler.getInstance() to get singleton instance of this class.