Uses of Interface
org.eclipse.wst.common.environment.uri.IURI

Packages that use IURI
org.eclipse.wst.common.environment.uri   
 

Uses of IURI in org.eclipse.wst.common.environment.uri
 

Methods in org.eclipse.wst.common.environment.uri that return IURI
 IURI IURIFactory.newURI(java.lang.String uri)
          Creates and returns a new IURI for the given string.
 IURI IURIFactory.newURI(java.net.URL url)
          Creates and returns a new IURI for the given URL.
 IURI URIException.getURI()
           
 IURI IURIScheme.newURI(java.lang.String uri)
           
 IURI IURIScheme.newURI(java.net.URL url)
           
 IURI IURIScheme.newURI(IURI uri)
           
 IURI SimpleURIFactory.newURI(java.lang.String uri)
           
 IURI SimpleURIFactory.newURI(java.net.URL url)
           
 IURI IURI.parent()
           
 IURI IURI.append(IURI relativeURI)
           
 IURI[] IURI.list()
          Returns a list of URIs for the immediate children of the given hierarchical, non-leaf IURI.
 IURI[] IURI.list(IURIFilter uriFilter)
          As for list(), except only URIs that are accepted by the given filter are returned in the array.
 

Methods in org.eclipse.wst.common.environment.uri with parameters of type IURI
 boolean IURIFilter.accepts(IURI uri)
          Filters the given IURI.
 boolean IURIVisitor.visit(IURI uri)
          Visits the given IURI.
 IURI IURIScheme.newURI(IURI uri)
           
 boolean IURIScheme.isValid(IURI uri)
           
 IStatus IURIScheme.validate(IURI uri)
           
 IURI IURI.append(IURI relativeURI)
           
 void IURI.rename(IURI newURI)
          Renames or moves the resource identified by this IURI to the new IURI.
 

Constructors in org.eclipse.wst.common.environment.uri with parameters of type IURI
URIException(IStatus status, IURI uri)
          Creates a new URIException for the given Status and IURI, each of which may be null.