// obtain a URLLister for the codebase and use it to obtain
// the list of URLs to add
log.debug("listing codebase for archives matching " + archives);
URLLister lister = listerFactory.createURLLister(codebaseUrl);
log.debug("URLLister class is " + lister.getClass().getName());
classpath.addAll(lister.listMembers(codebaseUrl, archives));
}
} // end of if ()
} // end of if ()
} //end of for