| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
          Description
| Interface Summary | |
|---|---|
| JarIndex.Visitor | Visits entries in this index. | 
| NameGenerator | This is a callback interface used by the URLFactorywhile it is in the process of producing a new uniqueURL. | 
| URLChooserInit | Classes that implement this interface are capable of
  initializing an instance of URLChooser. | 
| URLExistsTest | Interface used by the URLFactorywhen creating uniqueURLs. | 
| URLFilenameFilter | Instances of classes that implement this interface are used to filter 
 filenames when using the URLFileSystem#list(URLFilenameFilter)method. | 
| URLFileSystem.StreamHandlerFactoryQueue | |
| URLFileSystemListener | The URLFileSystemListenerinterface allows clients to
 track changes to file URL's in a root URL directory. | 
| URLFilter | An implementation of URLFiltercan be set on an
  instance ofURLChooserto prevent unwanted files from
  appearing in the directory listings. | 
| Class Summary | |
|---|---|
| AbstractURLStreamHandler | This class is to be used as the base for URLStreamHandler implementations returned for urlfilesystem-hook. | 
| DefaultNameGenerator | Default implementation of the NameGeneratorinterface
  used when generating new uniqueURLs fromURLFactory. | 
| DefaultURLFilter | A default implementation of URLFilterthat performs
  filtering based on file extensions. | 
| FileNativeHelper | |
| FilePath | An instance of FilePathrepresents a path that is made
  up entire ofFiles. | 
| HttpURLFileSystemHelper | The HttpURLFileSystemHelperclass provides an implementation
 ofURLFileSystemHelperfor http URLs. | 
| IdeDisplayURLFileSystemHelper | |
| IdeURLFileSystemHelper | This class handles the URLFileSystemoperations associated
  with the "ide" protocols. | 
| IdeWrapperURLStreamHandler | |
| IdeWrapperURLStreamHandlerFactory | |
| InflaterInputStream | Patches Sun bug 4040920, which Sun claims is fixed, but clearly isn't. | 
| JarIndex | Indexes the table of contents of a JAR or ZIP file. | 
| JarIndexEntry | |
| JarIndexWindowActivationListener | |
| JarURLFileSystemHelper | This class handles the URLFileSystemoperations
  associated with the "jar" protocol. | 
| JarUtil | |
| PackageClassChooser | A chooser for packages and classes that uses URLPathas the
  source of path information. | 
| ProtocolConstants | Defines URLprotocols. | 
| SymlinkCycleDetector | Detects symlink cycles when descending through a directory tree. | 
| TraceFileSystemAccess | TraceFileSystemAccess traces accesses to the decorated helper. | 
| URLChooser | The URLChooseris a replacement file chooser forJFileChooser. | 
| URLChooserAdapter | This is the public implementation of the URLChooserListenerinterface. | 
| URLChooserEvent | This is a simple event class to contain information being passed between the URLChooser and its listener | 
| URLComparator | The URLComparatoris an implementation of theComparatorinterface that can be used for orderingURLs. | 
| URLFactory | This class contains methods which create new instances of URL. | 
| URLFileSystem | The URLFileSystemclass is responsible for encapsulating the
  notion of file system operations on content that is pointed to by anURL. | 
| URLFileSystem.FileInfo | The FileInfoclass encapsulates the information
  describing files returned by theURLFileSystem.ls(URL)andURLFileSystem.ls(URL, URLFilter)methods. | 
| URLFileSystemEvent | The URLFileSystemEventprovides details as to URL
 changes that occurred on directory roots that listeners are tracking. | 
| URLFileSystemHelper | The URLFileSystemHelperclass specifies theURLFileSystemoperations that may have protocol-specific
  handling. | 
| URLFileSystemHelperDecorator | The URLFileSystemHelperDecoratorclass provides a base decorator
 implementation for aURLFileSystemHelper. | 
| URLKey | A key that can be used to store URLs in java.util.Collectionimplementations without the performance cost associated with the URL
 implementation ofequals()andhashCode(). | 
| URLPath | An instance of URLPathrepresents a path that is made
  up entirely ofURLs. | 
| URLTempFile | The purpose of the URLTempFileclass is to provide a
  localFilereference to a document whose location is
  specified by someURL. | 
| URLTextField | This is a subclass of JTextFieldthat is intended to hold
  a singleURL. | 
| WildcardURLFilter | A URLFilterthat provides wildcard behavior. | 
Provides a virtual file system framework based on java.net.URL. The entry point for accessing the virtual file system is URLFileSystem. Operations for custom protocols are registered as URLFileSystemHelper instances with URLFileSystem.
To ensure consistency, all URLs in the IDE framework must be created using URLFactory. URLs that represent directories must end with a "/" in their path part. Use the URLFactory.newDirURL(..) methods to ensure the proper format for directory URLs.
The standard chooser dialog for selecting URLs is the URLChooser class. The typical usage for URLChooser is to call one of the oracle.ide.dialogs.DialogUtil.newURLChooser(..) methods.
The URLPath class is used for representing sequences of URLs that participate in path-like operations. The URLPath class has methods for resolving a relative URL on the URLPath and for producing a relative URL given an absolute URL.
The URLTempFile class is used for ensuring that a document pointed to by an URL is accessible via a java.io.File instance. It will make a copy of the document to a local temporary file if necessary and it will take care of cleaning up the file when it is no longer needed.
The JarUtil and JarIndex classes are used for producing efficient indexes on JAR and ZIP files. The central directory for the JAR file is read and indexed in memory, allowing for efficient lookup of specific entries and the ability to open an InputStream directoy on a particular JAR entry.
| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||