Class PackageFragmentRootContainer
java.lang.Object
org.eclipse.core.runtime.PlatformObject
org.eclipse.debug.core.sourcelookup.containers.AbstractSourceContainer
org.eclipse.emf.mwe.internal.ui.debug.sourcelookup.PackageFragmentRootContainer
- All Implemented Interfaces:
org.eclipse.core.runtime.IAdaptable
,org.eclipse.debug.core.sourcelookup.ISourceContainer
public class PackageFragmentRootContainer
extends org.eclipse.debug.core.sourcelookup.containers.AbstractSourceContainer
adapted from
org.eclipse.jdt.launching.sourcelookup.containers.PackageFragmentRootSourceContainer
but doesn't look only for .java and .class files
-
Field Summary
FieldsFields inherited from class org.eclipse.debug.core.sourcelookup.containers.AbstractSourceContainer
EMPTY
-
Constructor Summary
ConstructorsConstructorDescriptionPackageFragmentRootContainer
(org.eclipse.jdt.core.IPackageFragmentRoot root) -
Method Summary
Methods inherited from class org.eclipse.debug.core.sourcelookup.containers.AbstractSourceContainer
abort, dispose, getDirector, getSourceContainers, getSourceContainerType, init, isComposite, isFindDuplicates, warn
Methods inherited from class org.eclipse.core.runtime.PlatformObject
getAdapter
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
-
Field Details
-
TYPE_ID
- See Also:
-
-
Constructor Details
-
PackageFragmentRootContainer
public PackageFragmentRootContainer(org.eclipse.jdt.core.IPackageFragmentRoot root)
-
-
Method Details
-
findSourceElements
- Throws:
org.eclipse.core.runtime.CoreException
-
getName
-
getType
public org.eclipse.debug.core.sourcelookup.ISourceContainerType getType() -
equals
-
getPackageFragmentRoot
public org.eclipse.jdt.core.IPackageFragmentRoot getPackageFragmentRoot() -
hashCode
public int hashCode() -
getPath
public org.eclipse.core.runtime.IPath getPath()
-