}
System.out.println("Testing metadata extraction: ");
FileCopier fc = new FileCopier();
fc.listMetadata(fileName);
}
private Map<String, String> getConnectionParameters(String binding, String repoId) {
Map<String, String> parameters = new HashMap<String, String>();
parameters.put(SessionParameter.REPOSITORY_ID, repoId);