java.lang.Objectjavax.print.attribute.URISyntax
javax.print.attribute.standard.Destination
All Implemented Interfaces:
PrintJobAttribute, PrintRequestAttribute, Cloneable, Serializable
A common use for this attribute will be applications which want
to redirect output to a local disk file : eg."file:out.prn".
Note that proper construction of "file:" scheme URI instances should
be performed using the toURI() method of class
File .
See the documentation on that class for more information.
If a destination URI is specified in a PrintRequest and it is not accessible for output by the PrintService, a PrintException will be thrown. The PrintException may implement URIException to provide a more specific cause.
IPP Compatibility: Destination is not an IPP attribute.
Phil - Race.| Constructor: |
|---|
|
| Method from javax.print.attribute.standard.Destination Summary: |
|---|
| equals, getCategory, getName |
| Methods from javax.print.attribute.URISyntax: |
|---|
| equals, getURI, hashCode, toString |
| Methods from java.lang.Object: |
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from javax.print.attribute.standard.Destination Detail: |
|---|
|
For class Destination, the category is class Destination itself. |
For class Destination, the category name is |