Class PlatformLibGradleWrapperConfiguration

    • Constructor Detail

      • PlatformLibGradleWrapperConfiguration

        public PlatformLibGradleWrapperConfiguration()
    • Method Detail

      • getActivateBy

        public java.util.function.Supplier<java.lang.Boolean> getActivateBy()
      • setActivateBy

        public void setActivateBy​(java.util.function.Supplier<java.lang.Boolean> activateBy)
      • activateBy

        public void activateBy​(groovy.lang.Closure<?> activateByClosure)
      • getProjectProperties

        public java.util.Map<java.lang.String,​java.lang.String> getProjectProperties()
      • setProjectProperties

        public void setProjectProperties​(java.util.Map<java.lang.String,​java.lang.String> projectProperties)
      • getSystemPropertiesArgs

        public java.util.Map<java.lang.String,​java.lang.String> getSystemPropertiesArgs()
      • setSystemPropertiesArgs

        public void setSystemPropertiesArgs​(java.util.Map<java.lang.String,​java.lang.String> systemPropertiesArgs)
      • getExcludedProjectProperties

        public java.util.Collection<java.lang.String> getExcludedProjectProperties()
      • setExcludedProjectProperties

        public void setExcludedProjectProperties​(java.util.Collection<java.lang.String> excludedProjectProperties)
      • getExcludedSystemPropertiesArgs

        public java.util.Collection<java.lang.String> getExcludedSystemPropertiesArgs()
      • setExcludedSystemPropertiesArgs

        public void setExcludedSystemPropertiesArgs​(java.util.Collection<java.lang.String> excludedSystemPropertiesArgs)
      • getJavaHome

        public java.lang.String getJavaHome()
      • setJavaHome

        public void setJavaHome​(java.lang.String javaHome)
      • isParallelExecution

        public boolean isParallelExecution()
      • setParallelExecution

        public void setParallelExecution​(boolean parallelExecution)
      • isDryRun

        public boolean isDryRun()
      • setDryRun

        public void setDryRun​(boolean dryRun)
      • isDebug

        public boolean isDebug()
      • setDebug

        public void setDebug​(boolean debug)