Interface EclipseConfigurator.ProjectConfigurationAdaptor

Enclosing class:
EclipseConfigurator
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

Allow derived classes to post process the project configuration.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(Document doc, Node buildSpec, Node natures)
    Execute the adaptor.
  • Method Details

    • accept

      void accept(Document doc, Node buildSpec, Node natures)
      Execute the adaptor.
      Parameters:
      doc - the document
      buildSpec - shortcut to the buildSpec element
      natures - shortcut to the natures element