}
this.controllerState = controllerState;
if (sourceFileset.getBasedir() == null)
{
throw new ConfigurationException(
"Basedir of sourceFileset must not be null");
}
try
{
paths = sourceFileset.getFiles();
}
catch (IOException e)
{
throw new ConfigurationException(e);
}
log.debug("initInternal(): " + paths.size() + " matching files found.");
pathIt = paths.iterator();
streamSourceFormats = configurationHandlers.getStreamSourceFormats();
}