outmap.put(ERROR,ErrorID.NOT_A_DIRECTORY);
throw new ActivityUserException(ErrorID.NOT_A_DIRECTORY);
}
File[] files = directory.listFiles(new WFileFilter(String.format("%tY", eCal),network.toUpperCase() ,station.toUpperCase(), channel.toUpperCase()));
for(File file:files)
{
System.out.println("adding file: "+file.getName());
fileList.add(file);