public class IOHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
copy(IOConfiguration src,
IOConfiguration dest,
Collection<String> ioAdapters)
Copy from one location to another.
|
static String |
exportAsStream(IOConfiguration location,
Collection<String> ioAdapters) |
static void |
importFromStream(IOConfiguration location,
String streamUri) |
public static void copy(IOConfiguration src, IOConfiguration dest, Collection<String> ioAdapters) throws IOException, ClientException
IOExceptionClientExceptionpublic static String exportAsStream(IOConfiguration location, Collection<String> ioAdapters) throws ClientException
ClientExceptionpublic static void importFromStream(IOConfiguration location, String streamUri) throws ClientException
ClientExceptionCopyright © 2011 Nuxeo SA. All Rights Reserved.