Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Uses of Class
javax.ide.net.URIPath

Packages that use URIPath
javax.ide.extension Classes and interfaces used by extensions to extend an IDE with new functionality. 
javax.ide.model The interfaces and classes implementing an IDE's data model. 
javax.ide.net Virtual file system. 

 

Uses of URIPath in javax.ide.extension

 

Methods in javax.ide.extension that return URIPath
 URIPath Extension.getClassPath()
          Returns the class path of this extension.

 

Uses of URIPath in javax.ide.model

 

Methods in javax.ide.model that return URIPath
 URIPath Project.getClassPath()
          Get the class path.
 URIPath Project.getSourcePath()
          Get the source path.

 

Methods in javax.ide.model with parameters of type URIPath
 void Project.addClassPath(URIPath path)
           

 

Uses of URIPath in javax.ide.net

 

Methods in javax.ide.net with parameters of type URIPath
 void URIPath.add(URIPath uriPath)
          Adds the entries from the specified URIPath to this instance.
protected  boolean URIPath.equalsImpl(URIPath uriPath)
          This is a helper method for equals(Object) that can also be used by subclasses that implement equals(Object).

 

Constructors in javax.ide.net with parameters of type URIPath
URIPath(URIPath uriPath)
          Copy constructor.

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


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