Interface EclipseWorkspaceProject


public interface EclipseWorkspaceProject
Information about a project in the eclipse workspace.
Since:
5.5
  • Method Summary

    Modifier and Type
    Method
    Description
    The filesystem location of the eclipse project
    The name of the eclipse project
    boolean
    The status of the eclipse project.
  • Method Details

    • getName

      String getName()
      The name of the eclipse project
      Returns:
      the name of the project, never null
    • getLocation

      File getLocation()
      The filesystem location of the eclipse project
      Returns:
      the location of the eclipse project, may be null in case of remote projects
    • isOpen

      boolean isOpen()
      The status of the eclipse project.
      Since:
      5.6