Extension SDK 9.0.5

oracle.jdeveloper.model
Class WebSources

java.lang.Object
  extended byoracle.ide.model.CategoryFolder
      extended byoracle.jdeveloper.model.Sources
          extended byoracle.jdeveloper.model.WebSources
All Implemented Interfaces:
Category, Data, Displayable, Element, Folder, Locatable
Direct Known Subclasses:
HTMLSources, WebContent

public class WebSources
extends Sources

The WebSources class is responsible for collecting all web content sources.


Field Summary
 
Fields inherited from class oracle.ide.model.CategoryFolder
children, DISPLAY_URL_PROTOCOL
 
Fields inherited from interface oracle.ide.model.Category
UNDEFINED
 
Constructor Summary
protected WebSources(java.lang.String label)
           
 
Method Summary
 boolean checkRefresh(UpdateMessage change)
           
protected  URLPath getExcludePath()
          Returns the URLPath which is to be excluded from consideration when determining whether a particular Locatable element is on the sourcepath.
 URLPath getSourcePath()
           
 
Methods inherited from class oracle.jdeveloper.model.Sources
getProject
 
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
 

Constructor Detail

WebSources

protected WebSources(java.lang.String label)
Method Detail

checkRefresh

public boolean checkRefresh(UpdateMessage change)
Overrides:
checkRefresh in class Sources

getSourcePath

public URLPath getSourcePath()
Overrides:
getSourcePath in class Sources

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 Sources

Extension SDK

 

Copyright © 1997, 2004, Oracle. All rights reserved.