public class PDFGetter
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
protected static Logger | 
logger  | 
| Constructor and Description | 
|---|
PDFGetter(java.lang.String url)
Konstruktør - benyt ikke default 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
downloadPdfToFile(java.io.File f,
                 FeatureTransaction event)
Forbinder til angivne URL og skriver data læst fra strømmen til angivne fil 
 | 
public PDFGetter(java.lang.String url)
          throws PdkRuntimeException
url - PdkRuntimeExceptionpublic void downloadPdfToFile(java.io.File f,
                              FeatureTransaction event)
                       throws PdkRuntimeException
f, - event - PdkRuntimeException