Class CompilerSettingsParameters

    • Field Detail

      • _sourceBased

        private boolean _sourceBased
      • _ouputPath

        private java.lang.String _ouputPath
    • Constructor Detail

      • CompilerSettingsParameters

        public CompilerSettingsParameters()
    • Method Detail

      • isSourceBased

        public boolean isSourceBased()
      • setSourceBased

        public void setSourceBased​(boolean sourceBased)
      • getOutputPath

        public java.lang.String getOutputPath()
      • setOuputPath

        public void setOuputPath​(java.lang.String outputPath)