Interface EclipseConfiguration

All Superinterfaces:
Resource
All Known Implementing Classes:
DefaultEclipseConfiguration

public interface EclipseConfiguration extends Resource
A resource request for the Eclipse configuration files. The request results in information about the Eclipse configuration.
  • Method Details

    • projectName

      The jdbld project name.
      Returns:
      the string
    • eclipseAlias

      The project name used in the Eclipse configuration.
      Returns:
      the string
    • of

      static EclipseConfiguration of(Project project, String eclipseAlias)
      Creates a new EclipseConfiguration from the given values.
      Parameters:
      project - the project
      eclipseAlias - the eclipse alias
      Returns:
      the eclipse configuration