Uses of Enum Class
com.norconex.crawler.fs.fetch.impl.FolderItemReferenceParser.Kind
Packages that use FolderItemReferenceParser.Kind
-
Uses of FolderItemReferenceParser.Kind in com.norconex.crawler.fs.fetch.impl
Methods in com.norconex.crawler.fs.fetch.impl that return FolderItemReferenceParser.KindModifier and TypeMethodDescriptionFolderItemReferenceParser.Parsed.kind()Returns the value of thekindrecord component.Returns the enum constant of this class with the specified name.static FolderItemReferenceParser.Kind[]FolderItemReferenceParser.Kind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.norconex.crawler.fs.fetch.impl with parameters of type FolderItemReferenceParser.KindModifierConstructorDescriptionParsed(FolderItemReferenceParser.Kind kind, String host, String folderId, String itemId) Creates an instance of aParsedrecord class.