cz.cuni.pogamut.posh.explorer
Class ClassCrawlerFactory
java.lang.Object
cz.cuni.pogamut.posh.explorer.ClassCrawlerFactory
public class ClassCrawlerFactory
- extends Object
Factory for creating the ClassCrawlers for various types we require.
- Author:
- Honza
- See Also:
CrawlerFactory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassCrawlerFactory
public ClassCrawlerFactory()
createActionCrawler
public static ClassCrawler createActionCrawler(Set<org.netbeans.api.project.Project> projects)
- Create crawler for all classes in the @projects that implement
IAction.
createSenseCrawler
public static ClassCrawler createSenseCrawler(Set<org.netbeans.api.project.Project> projects)
- Create crawler for all classes in the @projects that implement
ISense.
Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.