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
IOException
ClientException
public static String exportAsStream(IOConfiguration location, Collection<String> ioAdapters) throws ClientException
ClientException
public static void importFromStream(IOConfiguration location, String streamUri) throws ClientException
ClientException
Copyright © 2013 Nuxeo SA. All Rights Reserved.