oracle.jdeveloper.model
Class Sources
java.lang.Object
oracle.ide.model.CategoryFolder
oracle.jdeveloper.model.Sources
- All Implemented Interfaces:
- Category, Data, Displayable, Element, Folder, Locatable
- Direct Known Subclasses:
- ApplicationCode, JavaSources, WebSources
- public class Sources
- extends CategoryFolder
The Sources
class is the base class for collecting an
application source files.
Constructor Summary |
protected |
Sources(java.lang.String label)
|
Methods inherited from class oracle.ide.model.CategoryFolder |
add, canAdd, canRemove, containsChild, getAttributes, getCategory, getChildren, getData, getIcon, getLongLabel, getOwner, getShortLabel, getToolTipText, getURL, isStrict, matchElement, mayHaveChildren, remove, removeAll, setCategory, setIcon, setOwner, setURL, size, toString, useFactory |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Sources
protected Sources(java.lang.String label)
checkRefresh
public boolean checkRefresh(UpdateMessage change)
- Overrides:
checkRefresh
in class CategoryFolder
getSourcePath
public URLPath getSourcePath()
- Overrides:
getSourcePath
in class CategoryFolder
getExcludePath
protected URLPath getExcludePath()
- Description copied from class:
CategoryFolder
- Returns the
URLPath
which is to be excluded from consideration
when determining whether a particular Locatable
element is on
the sourcepath.
- Overrides:
getExcludePath
in class CategoryFolder
getProject
protected JProject getProject()
Copyright © 1997, 2004, Oracle. All rights reserved.