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

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

Uses of IURIScheme in org.eclipse.wst.common.environment
 

Methods in org.eclipse.wst.common.environment that return IURIScheme
static IURIScheme EnvironmentService.getEclipseScheme()
           
static IURIScheme EnvironmentService.getFileScheme()
           
 

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

Methods in org.eclipse.wst.common.environment.uri that return IURIScheme
 IURIScheme IURI.getURIScheme()
           
 IURIScheme IURIFactory.newURIScheme(java.lang.String schemeOrURI)
          Creates and returns a new IURIScheme for the given scheme string.
 IURIScheme SimpleURIFactory.newURIScheme(java.lang.String schemeOrURI)
           
 

Methods in org.eclipse.wst.common.environment.uri with parameters of type IURIScheme
 void SimpleURIFactory.registerScheme(java.lang.String protocol, IURIScheme scheme)
          This method registers a scheme for a particular protocol.