Interface EclipseClasspathContainer

  • All Superinterfaces:
    EclipseClasspathEntry

    public interface EclipseClasspathContainer
    extends EclipseClasspathEntry
    Eclipse classpath entry used by third-party plugins to contribute to the project's classpath.
    Since:
    3.0
    • Method Detail

      • getPath

        java.lang.String getPath()
        Returns the path of this container.
        Returns:
        The path of this container. Does not return null.
      • isExported

        boolean isExported()
        Marks this container as exported.
        Returns:
        whether this container needs to be exported.