Uses of Class
com.norconex.collector.http.fetch.util.DocImageHandler.Target
-
Packages that use DocImageHandler.Target Package Description com.norconex.collector.http.fetch.util -
-
Uses of DocImageHandler.Target in com.norconex.collector.http.fetch.util
Fields in com.norconex.collector.http.fetch.util with type parameters of type DocImageHandler.Target Modifier and Type Field Description protected static List<DocImageHandler.Target>
DocImageHandler. DEFAULT_TYPES
Methods in com.norconex.collector.http.fetch.util that return DocImageHandler.Target Modifier and Type Method Description static DocImageHandler.Target
DocImageHandler.Target. valueOf(String name)
Returns the enum constant of this type with the specified name.static DocImageHandler.Target[]
DocImageHandler.Target. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.norconex.collector.http.fetch.util that return types with arguments of type DocImageHandler.Target Modifier and Type Method Description List<DocImageHandler.Target>
DocImageHandler. getTargets()
Methods in com.norconex.collector.http.fetch.util with parameters of type DocImageHandler.Target Modifier and Type Method Description void
DocImageHandler. setTargets(DocImageHandler.Target... targets)
Method parameters in com.norconex.collector.http.fetch.util with type arguments of type DocImageHandler.Target Modifier and Type Method Description void
DocImageHandler. setTargets(List<DocImageHandler.Target> targets)
-