Extension SDK 10.1.2

Uses of Class
oracle.ide.net.URLFileSystemHelper

Packages that use URLFileSystemHelper
oracle.ide.net Provides a virtual file system framework based on java.net.URL. 
oracle.jdeveloper.vcs.spi Contains extension-level service provider interfaces for version control system integraton. 
 

Uses of URLFileSystemHelper in oracle.ide.net
 

Subclasses of URLFileSystemHelper in oracle.ide.net
 class HttpURLFileSystemHelper
          The HttpURLFileSystemHelper class provides an implementation of URLFileSystemHelper for http URLs.
 class IdeDisplayURLFileSystemHelper
           
 class IdeURLFileSystemHelper
          This class handles the URLFileSystem operations associated with the "ide" protocols.
 class URLFileSystemHelperDecorator
          The URLFileSystemHelperDecorator class provides a base decorator implementation for a URLFileSystemHelper.
 

Fields in oracle.ide.net declared as URLFileSystemHelper
protected  URLFileSystemHelper URLFileSystemHelperDecorator._helper
           
 

Methods in oracle.ide.net that return URLFileSystemHelper
 URLFileSystemHelper URLFileSystemHelperDecorator.getHelper()
          Gets the delegate helper object for this decorator instance.
static URLFileSystemHelper URLFileSystem.findHelper(java.lang.String protocol)
          Returns the URLFileSystemHelper class that is currently registered to handle operations related to the specified protocol.
static URLFileSystemHelper URLFileSystem.findHelper(java.net.URL url)
          Returns the URLFileSystemHelper class that is currently registered to handle operations related to the specified URL.
 

Methods in oracle.ide.net with parameters of type URLFileSystemHelper
static void URLFileSystem.registerHelper(java.lang.String protocol, URLFileSystemHelper helper)
          Registers the specified URLFileSystemHelper as the object that can handle URLFileSystem operations for URLs of the specified protocol.
 

Constructors in oracle.ide.net with parameters of type URLFileSystemHelper
URLFileSystemHelperDecorator(URLFileSystemHelper helper)
          Constructor.
 

Uses of URLFileSystemHelper in oracle.jdeveloper.vcs.spi
 

Subclasses of URLFileSystemHelper in oracle.jdeveloper.vcs.spi
 class VCSURLFileSystemHelper
          Base class for URLFileSystem helper decorator objects suitable for version system integration.
 

Constructors in oracle.jdeveloper.vcs.spi with parameters of type URLFileSystemHelper
VCSURLFileSystemHelper(URLFileSystemHelper helper)
          Constructor.
 


Extension SDK

 

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