Class PlugGeneratorJavaExecable

java.lang.Object
com.diffplug.atplug.tooling.PlugGeneratorJavaExecable
All Implemented Interfaces:
com.diffplug.atplug.tooling.gradle.JavaExecable, Serializable, Runnable

public class PlugGeneratorJavaExecable extends Object implements com.diffplug.atplug.tooling.gradle.JavaExecable
PlugGenerator(List, Set) in a JavaExecable form.
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.diffplug.atplug.tooling.gradle.JavaExecable

    com.diffplug.atplug.tooling.gradle.JavaExecable.Companion, com.diffplug.atplug.tooling.gradle.JavaExecable.PlugAction, com.diffplug.atplug.tooling.gradle.JavaExecable.PlugParameters, com.diffplug.atplug.tooling.gradle.JavaExecable.ThrowableCopy
  • Field Summary

    Fields inherited from interface com.diffplug.atplug.tooling.gradle.JavaExecable

    Companion
  • Constructor Summary

    Constructors
    Constructor
    Description
    PlugGeneratorJavaExecable(List<File> toSearch, Set<File> toLinkAgainst)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    run()
     

    Methods inherited from class java.lang.Object

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

    • PlugGeneratorJavaExecable

      public PlugGeneratorJavaExecable(List<File> toSearch, Set<File> toLinkAgainst)
  • Method Details