Class JrtPackageFragmentRoot

All Implemented Interfaces:
IBufferChangedListener, IJavaElement, IOpenable, IPackageFragmentRoot, IParent, IModulePathEntry, org.eclipse.core.runtime.IAdaptable

public class JrtPackageFragmentRoot extends JarPackageFragmentRoot implements IModulePathEntry
A package fragment root that corresponds to a module in a JRT file system.
See Also:
  • Field Details

  • Constructor Details

    • JrtPackageFragmentRoot

      protected JrtPackageFragmentRoot(org.eclipse.core.runtime.IPath jrtPath, String moduleName, JavaProject project, IClasspathAttribute[] extraAttributes)
      Constructs a package fragment root which represents a module contained in a JRT.
  • Method Details