JavaTM 2 Platform
Std. Ed. v1.4.2

Uses of Class
java.net.URI

Packages that use URI
java.io Provides for system input and output through data streams, serialization and the file system. 
java.net Provides the classes for implementing networking applications. 
javax.print Provides the principal classes and interfaces for the JavaTM Print Service API. 
javax.print.attribute Provides classes and interfaces that describe the types of JavaTM Print Service attributes and how they can be collected into attribute sets. 
javax.print.attribute.standard Package javax.print.attribute.standard contains classes for specific printing attributes. 
 

Uses of URI in java.io
 

Methods in java.io that return URI
 URI File.toURI()
          Constructs a file: URI that represents this abstract pathname.
 

Constructors in java.io with parameters of type URI
File(URI uri)
          Creates a new File instance by converting the given file: URI into an abstract pathname.
 

Uses of URI in java.net
 

Methods in java.net that return URI
static URI URI.create(String str)
          Creates a URI by parsing the given string.
 URI URI.parseServerAuthority()
          Attempts to parse this URI's authority component, if defined, into user-information, host, and port components.
 URI URI.normalize()
          Normalizes this URI's path.
 URI URI.resolve(URI uri)
          Resolves the given URI against this URI.
 URI URI.resolve(String str)
          Constructs a new URI by parsing the given string and then resolving it against this URI.
 URI URI.relativize(URI uri)
          Relativizes the given URI against this URI.
 

Methods in java.net with parameters of type URI
 URI URI.resolve(URI uri)
          Resolves the given URI against this URI.
 URI URI.relativize(URI uri)
          Relativizes the given URI against this URI.
 

Uses of URI in javax.print
 

Methods in javax.print that return URI
 URI URIException.getUnsupportedURI()
          Return the URI.
 

Uses of URI in javax.print.attribute
 

Methods in javax.print.attribute that return URI
 URI URISyntax.getURI()
          Returns this URI attribute's URI value.
 

Constructors in javax.print.attribute with parameters of type URI
URISyntax(URI uri)
          Constructs a URI attribute with the specified URI.
 

Uses of URI in javax.print.attribute.standard
 

Constructors in javax.print.attribute.standard with parameters of type URI
PrinterURI(URI uri)
          Constructs a new PrinterURI attribute with the specified URI.
PrinterMoreInfoManufacturer(URI uri)
          Constructs a new printer more info manufacturer attribute with the specified URI.
PrinterMoreInfo(URI uri)
          Constructs a new printer more info attribute with the specified URI.
Destination(URI uri)
          Constructs a new destination attribute with the specified URI.
 


JavaTM 2 Platform
Std. Ed. v1.4.2

Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Copyright 2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.