| Package | Description | 
|---|---|
| oracle.ide.net | 
 Provides a virtual file system framework based on java.net.URL. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static FilePath | 
FilePath.newFilePathFromString(java.lang.String entries)
Factory method that creates a new  
FilePath from
  a String representing the path entries. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
FilePath.addEntries(FilePath filePath)
Adds the entries from the specified  
FilePath to this
  instance. | 
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). | 
| Constructor and Description | 
|---|
FilePath(FilePath filePath)
Copy constructor. 
 |