- centerizeStage(Stage) - Static method in class hu.juranyi.zsolt.pubsearch.gui.GuiTools
-
Centers a Stage (window) on screen.
- clean(String) - Static method in class hu.juranyi.zsolt.pubsearch.StringTools
-
Cuts out HTML tags, reduces repeating spaces, and trims the input string.
- Config - Class in hu.juranyi.zsolt.pubsearch
-
This class handles the configuration.
- Config() - Constructor for class hu.juranyi.zsolt.pubsearch.Config
-
- ConfigWindow - Class in hu.juranyi.zsolt.pubsearch.gui.window
-
Database connection setup window.
- ConfigWindow(MainWindow) - Constructor for class hu.juranyi.zsolt.pubsearch.gui.window.ConfigWindow
-
- configWindow - Variable in class hu.juranyi.zsolt.pubsearch.gui.window.MainWindow
-
- Connection - Class in hu.juranyi.zsolt.pubsearch.data
-
This class provides access to the MySQL database through JPA for the crawler.
- Connection() - Constructor for class hu.juranyi.zsolt.pubsearch.data.Connection
-
- crawl() - Method in class hu.juranyi.zsolt.pubsearch.crawl.ACrawler
-
This method should implement the crawler algorhytm.
- crawl() - Method in class hu.juranyi.zsolt.pubsearch.crawl.Crawler
-
Gets publication database list, sets up search URL and starts the crawl
for all of them.
- crawl() - Method in class hu.juranyi.zsolt.pubsearch.crawl.PubListCrawler
-
Builds up the URL now with the start field, downloads the page, starts a
PubListHTMLCrawler, stores grabbed publications, then repeats this if there
was any new data on the page.
- crawl() - Method in class hu.juranyi.zsolt.pubsearch.crawl.PubListHTMLCrawler
-
Crops list block, and parses its content.
- crawl() - Method in class hu.juranyi.zsolt.pubsearch.crawl.PubPageCrawler
-
Downloads the page if needed, grabs BibTeX if any, extracts authors, title
and year, and crawls referring publications if transitivity level is above 0.
- Crawler - Class in hu.juranyi.zsolt.pubsearch.crawl
-
Controls the whole publication searching procedure.
- Crawler(MainTab, String, String, int, int, int) - Constructor for class hu.juranyi.zsolt.pubsearch.crawl.Crawler
-
Sets up the crawler.
- crawlers - Variable in class hu.juranyi.zsolt.pubsearch.crawl.ACrawler
-
Child crawler objects stored here.