Uses of Class
de.unirostock.sems.ModelCrawler.Config.WorkingMode
-
Packages that use Config.WorkingMode Package Description de.unirostock.sems.ModelCrawler -
-
Uses of Config.WorkingMode in de.unirostock.sems.ModelCrawler
Methods in de.unirostock.sems.ModelCrawler that return Config.WorkingMode Modifier and Type Method Description static Config.WorkingMode
Config. getWorkingMode()
Gets the current working mode of the crawlerstatic Config.WorkingMode
Config.WorkingMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static Config.WorkingMode[]
Config.WorkingMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.unirostock.sems.ModelCrawler with parameters of type Config.WorkingMode Modifier and Type Method Description static void
Config. setWorkingMode(Config.WorkingMode workingMode)
Sets the current working mode of the crawler
-