this.repositoryDir = new File( repository.getRepoRoot() );
this.scanStartTimestamp = System.currentTimeMillis();
}
catch ( RepositoryNotFoundException e )
{
throw new ConsumerException( e.getMessage(), e );
}
catch ( RepositoryException e )
{
throw new ConsumerException( e.getMessage(), e );
}
}