Uses of Class
com.norconex.collector.http.fetch.util.DocImageHandler.DirStructure
-
Packages that use DocImageHandler.DirStructure Package Description com.norconex.collector.http.fetch.util -
-
Uses of DocImageHandler.DirStructure in com.norconex.collector.http.fetch.util
Methods in com.norconex.collector.http.fetch.util that return DocImageHandler.DirStructure Modifier and Type Method Description DocImageHandler.DirStructureDocImageHandler. getTargetDirStructure()static DocImageHandler.DirStructureDocImageHandler.DirStructure. valueOf(String name)Returns the enum constant of this type with the specified name.static DocImageHandler.DirStructure[]DocImageHandler.DirStructure. 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 with parameters of type DocImageHandler.DirStructure Modifier and Type Method Description voidDocImageHandler. setTargetDirStructure(DocImageHandler.DirStructure dirStructure)
-