| Package | Description |
|---|---|
| de.cismet.commons.security |
| Modifier and Type | Method and Description |
|---|---|
static int |
WebDavHelper.createFolder(String webDavDirectory,
WebDavClient webDavClient)
creates the given webdav collection (a sub directory in the file system), if it does not exists.
|
static boolean |
WebDavHelper.deleteFileFromWebDAV(String fileName,
WebDavClient webDavClient,
String webDavDirectory)
DOCUMENT ME!
|
static BufferedImage |
WebDavHelper.downloadImageFromWebDAV(String fileName,
String webDavDirectory,
WebDavClient webDavClient,
Component parent)
DOCUMENT ME!
|
static BufferedImage |
WebDavHelper.downloadImageFromWebDAV(String fileName,
String webDavDirectory,
WebDavClient webDavClient,
Component parent,
IIOReadProgressListener progressListener)
DOCUMENT ME!
|
static boolean |
WebDavHelper.isUrlAccessible(WebDavClient webDavClient,
String url)
DOCUMENT ME!
|
static int |
WebDavHelper.uploadFileToWebDAV(String fileName,
File toUpload,
String webDavDirectory,
WebDavClient webDavClient,
Component parent)
DOCUMENT ME!
|
static int |
WebDavHelper.uploadFileToWebDAV(String fileName,
InputStream toUpload,
String webDavDirectory,
WebDavClient webDavClient,
Component parent)
DOCUMENT ME!
|
static int |
WebDavHelper.uploadFileToWebDAVWithPreemptiveAuth(String fileName,
File toUpload,
String webDavDirectory,
WebDavClient webDavClient,
Component parent)
Uploads the given file and does not use a ProgressMonitorInputStream.
|
Copyright © 2012–2026 cismet GmbH. All rights reserved.