|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.qoppa.pdf.source.URLPDFSource
public class URLPDFSource
Implementation of the PDFSource interface when the document comes from a URL.
| Constructor Summary | |
|---|---|
URLPDFSource(URL url)
|
|
| Method Summary | |
|---|---|
boolean |
equals(PDFSource other)
Tests if this source is equal to another source. |
PDFContent |
getContent()
Returns an object that implements PDFContent, that contains and can deliver the contents of the PDF document. |
String |
getName()
Returns the name of the document. |
String |
getPath()
Returns the URL path to the PDF document. |
URL |
getURL()
Returns the URL where the PDF came from. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public URLPDFSource(URL url)
throws PDFException
PDFException| Method Detail |
|---|
public boolean equals(PDFSource other)
PDFSource
equals in interface PDFSourcepublic String getName()
PDFSource
getName in interface PDFSourcepublic String getPath()
getPath in interface PDFSourcepublic URL getURL()
public PDFContent getContent()
throws IOException
PDFSource
getContent in interface PDFSourceIOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||