Methods in org.equanda.util.ymport with parameters of type ImportCredentials |
static String |
ImportUtil.importData(String importData,
String urlString,
ImportCredentials credentials)
sends data to the import servlet |
static String |
ImportUtil.importFile(String fileName,
String urlString,
ImportCredentials credentials)
sends the content of a file to the import servlet
not used anymore |
static String |
ImportUtil.importStrings(String[] lines,
String urlString,
ImportCredentials credentials)
sends strings to the import servlet |