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 IURI.append(IURI relativeURI)
           
 IURI URIException.getURI()
           
 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.
 IURI IURIScheme.newURI(IURI uri)
           
 IURI SimpleURIFactory.newURI(java.lang.String uri)
           
 IURI IURIScheme.newURI(java.lang.String uri)
           
 IURI IURIFactory.newURI(java.lang.String uri)
          Creates and returns a new IURI for the given string.
 IURI SimpleURIFactory.newURI(java.net.URL url)
           
 IURI IURIScheme.newURI(java.net.URL url)
           
 IURI IURIFactory.newURI(java.net.URL url)
          Creates and returns a new IURI for the given URL.
 IURI IURI.parent()
           
 

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

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