public class DirectorySourceContainer extends CompositeSourceContainer
findSourceElements(...)
are instances
of LocalFileStorage
.
Clients may instantiate this class.
Modifier and Type | Field and Description |
---|---|
static String |
TYPE_ID
Unique identifier for the directory source container type
(value
org.eclipse.debug.core.containerType.directory ). |
EMPTY
Constructor and Description |
---|
DirectorySourceContainer(File dir,
boolean subfolders)
Constructs an external folder container for the
directory identified by the given file.
|
DirectorySourceContainer(IPath dirPath,
boolean subfolders)
Constructs an external folder container for the
directory identified by the given path.
|
Modifier and Type | Method and Description |
---|---|
protected ISourceContainer[] |
createSourceContainers()
Creates the source containers in this composite container.
|
boolean |
equals(Object obj) |
Object[] |
findSourceElements(String name)
Returns a collection of source elements in this container corresponding to the
given name.
|
File |
getDirectory()
Returns the root directory in the local file system associated
with this source container.
|
String |
getName()
The name of this source container that can be used for presentation purposes.
|
ISourceContainerType |
getType()
Returns this container's type.
|
int |
hashCode() |
boolean |
isComposite()
Returns whether this container is a composite container.
|
dispose, findSourceElements, getSourceContainers
abort, getDirector, getSourceContainerType, init, isFindDuplicates, warn
getAdapter
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getAdapter
public static final String TYPE_ID
org.eclipse.debug.core.containerType.directory
).public DirectorySourceContainer(IPath dirPath, boolean subfolders)
dirPath
- path to a directory in the local file systemsubfolders
- whether folders within the root directory
should be searched for source elementspublic DirectorySourceContainer(File dir, boolean subfolders)
dir
- a directory in the local file systemsubfolders
- whether folders within the root directory
should be searched for source elementspublic String getName()
ISourceContainer
public File getDirectory()
public ISourceContainerType getType()
ISourceContainer
public Object[] findSourceElements(String name) throws CoreException
ISourceContainer
isFindDuplicates()
.
When false
the returned collection should contain at most one
source element. If this is a composite container, the containers contained
by this container are also searched.
The format of the given name is implementation specific but generally conforms to the format of a file name. If a source container does not recognize the name format provided, an empty collection should be returned. A source container may or may not require names to be fully qualified (i.e. be qualified with directory names).
findSourceElements
in interface ISourceContainer
findSourceElements
in class CompositeSourceContainer
name
- the name of the source element to search forCoreException
- if an exception occurs while searching for source elementspublic boolean isComposite()
ISourceContainer
isComposite
in interface ISourceContainer
isComposite
in class CompositeSourceContainer
protected ISourceContainer[] createSourceContainers() throws CoreException
CompositeSourceContainer
createSourceContainers
in class CompositeSourceContainer
ISourceContainer
sCoreException
- if unable to create the containers
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.