Interface JREClasspathEntry

All Superinterfaces:
ClasspathContainerEntry, ProjectClasspathEntry

public interface JREClasspathEntry extends ClasspathContainerEntry
  • Field Details

  • Method Details

    • isModule

      boolean isModule()
      Returns:
      true if this is a modular JRE
    • getLimitModules

      Collection<String> getLimitModules()
      Returns:
      a collection of limited modules or an empty one if no limits are applied
    • getJREName

      String getJREName()
      Returns:
      the id of the JRE that is referenced by his entry or null if 'Workspace default JRE' is to be assumed