Class YojoConfig

java.lang.Object
ru.yojo.codegen.YojoConfig

public class YojoConfig extends Object
  • Constructor Details

    • YojoConfig

      @Inject public YojoConfig(String name, org.gradle.api.provider.ProviderFactory providers, org.gradle.api.file.ProjectLayout layout)
  • Method Details

    • yojoConfiguration

      public void yojoConfiguration(groovy.lang.Closure<?> closure)
    • getName

      public String getName()
    • getYojoConfiguration

      public Configuration getYojoConfiguration()
    • applyClosureToDelegate

      public static void applyClosureToDelegate(groovy.lang.Closure<?> closure, Object delegate)
      Applies the given closure to the given delegate.
      Parameters:
      closure - the closure to apply
      delegate - the delegate that the closure is applied to