Extension SDK 10.1.2

Uses of Class
oracle.ide.net.FilePath

Packages that use FilePath
oracle.ide.net Provides a virtual file system framework based on java.net.URL. 
 

Uses of FilePath in oracle.ide.net
 

Methods in oracle.ide.net that return FilePath
static FilePath FilePath.newFilePathFromString(java.lang.String entries)
          Factory method that creates a new FilePath from a String representing the path entries.
 

Methods in oracle.ide.net with parameters of type FilePath
protected  void FilePath.copyToImpl(FilePath copy)
          Design pattern for supporting strongly typed copying.
protected  boolean FilePath.equalsImpl(FilePath filePath)
          This is a helper method for equals(Object) that can also be used by subclasses that implement equals(Object).
 void FilePath.addEntries(FilePath filePath)
          Adds the entries from the specified FilePath to this instance.
 

Constructors in oracle.ide.net with parameters of type FilePath
FilePath(FilePath filePath)
          Copy constructor.
 


Extension SDK

 

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