cz.cuni.pogamut.posh.explorer
Class ClassCrawlerFactory

Package class diagram package ClassCrawlerFactory
java.lang.Object
  extended by 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

Constructor Summary
ClassCrawlerFactory()
           
 
Method Summary
static ClassCrawler createActionCrawler(Set<org.netbeans.api.project.Project> projects)
          Create crawler for all classes in the @projects that implement IAction.
static ClassCrawler createSenseCrawler(Set<org.netbeans.api.project.Project> projects)
          Create crawler for all classes in the @projects that implement ISense.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassCrawlerFactory

public ClassCrawlerFactory()
Method Detail

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 © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.