Class EquinoxLaunchSource

java.lang.Object
com.diffplug.spotless.LazyForwardingEquality<com.diffplug.spotless.FileSignature>
com.diffplug.gradle.eclipserunner.EquinoxLaunchSource
All Implemented Interfaces:
com.diffplug.spotless.NoLambda, Serializable

public class EquinoxLaunchSource extends com.diffplug.spotless.LazyForwardingEquality<com.diffplug.spotless.FileSignature>
Defines the source jars for an eclipse launch, with lazy resolution for performance.
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.diffplug.spotless.NoLambda

    com.diffplug.spotless.NoLambda.EqualityBasedOnSerialization
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Adds the given configuration.
    void
    addMaven(String mavenCoord)
    Adds a lone maven artifact, without any of its transitives.
    void
    Adds the runtime and jar archive for the given project.
    void
    Adds the runtime and generated archives for this project.
    protected com.diffplug.spotless.FileSignature
     
    Returns the files which were resolved.

    Methods inherited from class com.diffplug.spotless.LazyForwardingEquality

    equals, hashCode, state, toBytes, unlazy

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • addThisProject

      public void addThisProject()
      Adds the runtime and generated archives for this project.
    • addProject

      public void addProject(Project project)
      Adds the runtime and jar archive for the given project.
    • addConfiguration

      public void addConfiguration(Configuration config)
      Adds the given configuration.
    • addMaven

      public void addMaven(String mavenCoord)
      Adds a lone maven artifact, without any of its transitives.
    • calculateState

      protected com.diffplug.spotless.FileSignature calculateState() throws Exception
      Specified by:
      calculateState in class com.diffplug.spotless.LazyForwardingEquality<com.diffplug.spotless.FileSignature>
      Throws:
      Exception
    • resolvedFiles

      public Collection<File> resolvedFiles()
      Returns the files which were resolved.