com.aptana.ide.debug.internal.core.sourcelookup
Class JSSourceContainer

java.lang.Object
  extended by org.eclipse.core.runtime.PlatformObject
      extended by org.eclipse.debug.core.sourcelookup.containers.AbstractSourceContainer
          extended by com.aptana.ide.debug.internal.core.sourcelookup.JSSourceContainer
All Implemented Interfaces:
org.eclipse.core.runtime.IAdaptable, org.eclipse.debug.core.sourcelookup.ISourceContainer

public class JSSourceContainer
extends org.eclipse.debug.core.sourcelookup.containers.AbstractSourceContainer

Author:
Max Stepanov

Field Summary
 
Fields inherited from class org.eclipse.debug.core.sourcelookup.containers.AbstractSourceContainer
EMPTY
 
Constructor Summary
JSSourceContainer()
          JSSourceContainer
 
Method Summary
 java.lang.Object[] findSourceElements(java.lang.String path)
           
 java.lang.String getName()
           
 org.eclipse.debug.core.sourcelookup.ISourceContainerType getType()
          Not persisted via the launch configuration
 
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, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Constructor Detail

JSSourceContainer

public JSSourceContainer()
JSSourceContainer

Method Detail

findSourceElements

public java.lang.Object[] findSourceElements(java.lang.String path)
                                      throws org.eclipse.core.runtime.CoreException
Throws:
org.eclipse.core.runtime.CoreException
See Also:
ISourceContainer.findSourceElements(java.lang.String)

getName

public java.lang.String getName()
See Also:
ISourceContainer.getName()

getType

public org.eclipse.debug.core.sourcelookup.ISourceContainerType getType()
Not persisted via the launch configuration

See Also:
ISourceContainer.getType()