Uses of Enum
org.apache.lucene.analysis.ko.dict.BinaryDictionary.ResourceScheme
Packages that use BinaryDictionary.ResourceScheme
-
Uses of BinaryDictionary.ResourceScheme in org.apache.lucene.analysis.ko.dict
Fields in org.apache.lucene.analysis.ko.dict declared as BinaryDictionary.ResourceSchemeModifier and TypeFieldDescriptionprivate final BinaryDictionary.ResourceSchemeBinaryDictionary.resourceSchemeMethods in org.apache.lucene.analysis.ko.dict that return BinaryDictionary.ResourceSchemeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static BinaryDictionary.ResourceScheme[]BinaryDictionary.ResourceScheme.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.lucene.analysis.ko.dict with parameters of type BinaryDictionary.ResourceSchemeModifier and TypeMethodDescriptionstatic InputStreamBinaryDictionary.getResource(BinaryDictionary.ResourceScheme scheme, String path) Constructors in org.apache.lucene.analysis.ko.dict with parameters of type BinaryDictionary.ResourceSchemeModifierConstructorDescriptionprotectedBinaryDictionary(BinaryDictionary.ResourceScheme resourceScheme, String resourcePath) ConnectionCosts(BinaryDictionary.ResourceScheme scheme, String resourcePath) TokenInfoDictionary(BinaryDictionary.ResourceScheme resourceScheme, String resourcePath) UnknownDictionary(BinaryDictionary.ResourceScheme scheme, String resourcePath)