org.eclipse.cdt.debug.core.sourcelookup
Class AbsolutePathSourceContainer

java.lang.Object
  extended by org.eclipse.core.runtime.PlatformObject
      extended by org.eclipse.debug.core.sourcelookup.containers.AbstractSourceContainer
          extended by org.eclipse.cdt.debug.core.sourcelookup.AbsolutePathSourceContainer
All Implemented Interfaces:
org.eclipse.core.runtime.IAdaptable, org.eclipse.debug.core.sourcelookup.ISourceContainer

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


Field Summary
static java.lang.String TYPE_ID
          Unique identifier for the absolute source container type (value org.eclipse.cdt.debug.core.containerType.absolutePath).
 
Fields inherited from class org.eclipse.debug.core.sourcelookup.containers.AbstractSourceContainer
EMPTY
 
Constructor Summary
AbsolutePathSourceContainer()
           
 
Method Summary
 java.lang.Object[] findSourceElements(java.lang.String name)
           
 java.lang.String getName()
           
 org.eclipse.debug.core.sourcelookup.ISourceContainerType getType()
           
 boolean isValidAbsoluteFilePath(java.io.File file)
           
 boolean isValidAbsoluteFilePath(java.lang.String name)
           
 
Methods inherited from class org.eclipse.debug.core.sourcelookup.containers.AbstractSourceContainer
dispose, getSourceContainers, init, isComposite
 
Methods inherited from class org.eclipse.core.runtime.PlatformObject
getAdapter
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Field Detail

TYPE_ID

public static final java.lang.String TYPE_ID
Unique identifier for the absolute source container type (value org.eclipse.cdt.debug.core.containerType.absolutePath).

Constructor Detail

AbsolutePathSourceContainer

public AbsolutePathSourceContainer()
Method Detail

isValidAbsoluteFilePath

public boolean isValidAbsoluteFilePath(java.lang.String name)

isValidAbsoluteFilePath

public boolean isValidAbsoluteFilePath(java.io.File file)

findSourceElements

public java.lang.Object[] findSourceElements(java.lang.String name)
                                      throws org.eclipse.core.runtime.CoreException
Throws:
org.eclipse.core.runtime.CoreException

getName

public java.lang.String getName()

getType

public org.eclipse.debug.core.sourcelookup.ISourceContainerType getType()