public PCSLongLister(String fmUrlStr, String confFile)
throws InstantiationException {
fm = new FileManagerUtils(fmUrlStr);
try {
this.conf = new ListingConf(new File(confFile));
} catch (Exception e) {
throw new InstantiationException(e.getMessage());
}
}