PTP
Release 5.0

org.eclipse.ptp.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.ptp.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 String TYPE_ID
           
 
Fields inherited from class org.eclipse.debug.core.sourcelookup.containers.AbstractSourceContainer
EMPTY
 
Constructor Summary
AbsolutePathSourceContainer()
           
 
Method Summary
 Object[] findSourceElements(String name)
           
 String getName()
           
 org.eclipse.debug.core.sourcelookup.ISourceContainerType getType()
           
 boolean isValidAbsoluteFilePath(File file)
           
 boolean isValidAbsoluteFilePath(String name)
           
 
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
 

Field Detail

TYPE_ID

public static final String TYPE_ID
Constructor Detail

AbsolutePathSourceContainer

public AbsolutePathSourceContainer()
Method Detail

findSourceElements

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

getName

public String getName()

getType

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

isValidAbsoluteFilePath

public boolean isValidAbsoluteFilePath(File file)
Parameters:
file -
Returns:

isValidAbsoluteFilePath

public boolean isValidAbsoluteFilePath(String name)
Parameters:
name -
Returns:

PTP
Release 5.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.