Class JavaCompilerSettings

    • Field Detail

      • targetVersion

        private java.lang.String targetVersion
      • sourceVersion

        private java.lang.String sourceVersion
      • sourceEncoding

        private java.lang.String sourceEncoding
      • warnings

        private boolean warnings
      • deprecations

        private boolean deprecations
      • debug

        private boolean debug
      • verbose

        @Deprecated
        private boolean verbose
        Deprecated.
    • Constructor Detail

      • JavaCompilerSettings

        public JavaCompilerSettings()
    • Method Detail

      • setTargetVersion

        public void setTargetVersion​(java.lang.String pTargetVersion)
      • getTargetVersion

        public java.lang.String getTargetVersion()
      • setSourceVersion

        public void setSourceVersion​(java.lang.String pSourceVersion)
      • getSourceVersion

        public java.lang.String getSourceVersion()
      • setSourceEncoding

        public void setSourceEncoding​(java.lang.String pSourceEncoding)
      • getSourceEncoding

        public java.lang.String getSourceEncoding()
      • setWarnings

        public void setWarnings​(boolean pWarnings)
      • isWarnings

        public boolean isWarnings()
      • setDeprecations

        public void setDeprecations​(boolean pDeprecations)
      • isDeprecations

        public boolean isDeprecations()
      • setDebug

        public void setDebug​(boolean pDebug)
      • isDebug

        public boolean isDebug()
      • setVerbose

        @Deprecated
        public void setVerbose​(boolean pVerbose)
        Deprecated.
      • isVerbose

        @Deprecated
        public boolean isVerbose()
        Deprecated.