Class DefaultCompilerArgsConfig

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> getArgs()  
      java.util.List<java.lang.String> getDebugArgs()  
      java.util.List<java.lang.String> getReleaseArgs()  
      void setArgs​(java.util.List<java.lang.String> args)  
      void setDebugArgs​(java.util.List<java.lang.String> debugArgs)  
      void setReleaseArgs​(java.util.List<java.lang.String> releaseArgs)  
      • Methods inherited from class java.lang.Object

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

      • DefaultCompilerArgsConfig

        public DefaultCompilerArgsConfig()
    • Method Detail

      • getArgs

        public java.util.List<java.lang.String> getArgs()
        Specified by:
        getArgs in interface CompilerArgsConfig
        Returns:
        the args
      • setArgs

        public void setArgs​(java.util.List<java.lang.String> args)
        Specified by:
        setArgs in interface CompilerArgsConfig
        Parameters:
        args - the args to set
      • getDebugArgs

        public java.util.List<java.lang.String> getDebugArgs()
        Specified by:
        getDebugArgs in interface CompilerArgsConfig
        Returns:
        the debugArgs
      • setDebugArgs

        public void setDebugArgs​(java.util.List<java.lang.String> debugArgs)
        Specified by:
        setDebugArgs in interface CompilerArgsConfig
        Parameters:
        debugArgs - the debugArgs to set
      • getReleaseArgs

        public java.util.List<java.lang.String> getReleaseArgs()
        Specified by:
        getReleaseArgs in interface CompilerArgsConfig
        Returns:
        the releaseArgs
      • setReleaseArgs

        public void setReleaseArgs​(java.util.List<java.lang.String> releaseArgs)
        Specified by:
        setReleaseArgs in interface CompilerArgsConfig
        Parameters:
        releaseArgs - the releaseArgs to set