Uses of Enum
de.themoep.minedown.MineDownParser.Option
-
Uses of MineDownParser.Option in de.themoep.minedown
Methods in de.themoep.minedown that return MineDownParser.OptionModifier and TypeMethodDescriptionstatic MineDownParser.OptionReturns the enum constant of this type with the specified name.static MineDownParser.Option[]MineDownParser.Option.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.themoep.minedown that return types with arguments of type MineDownParser.OptionModifier and TypeMethodDescriptionMineDownParser.enabledOptions()Get all enabled options that will be used when parsingMineDownParser.filteredOptions()Get all filtered options that will be parsed and then removed from the stringMethods in de.themoep.minedown with parameters of type MineDownParser.OptionModifier and TypeMethodDescriptionMineDown.disable(MineDownParser.Option option) Disable an option.MineDownParser.disable(MineDownParser.Option option) Disable an option.MineDown.enable(MineDownParser.Option option) Enable an option.MineDownParser.enable(MineDownParser.Option option) Enable an option.MineDown.filter(MineDownParser.Option option) Filter an option.MineDownParser.filter(MineDownParser.Option option) Filter an option.booleanMineDownParser.isEnabled(MineDownParser.Option option) Check whether or not an option is enabledbooleanMineDownParser.isFiltered(MineDownParser.Option option) Check whether or not an option is filteredMineDown.unfilter(MineDownParser.Option option) Unfilter an option.MineDownParser.unfilter(MineDownParser.Option option) Unfilter an option.Method parameters in de.themoep.minedown with type arguments of type MineDownParser.OptionModifier and TypeMethodDescriptionMineDownParser.enabledOptions(Set<MineDownParser.Option> enabledOptions) Set all enabled options that will be used when parsing at once, replaces any existing optionsMineDownParser.filteredOptions(Set<MineDownParser.Option> filteredOptions) Set all filtered options that will be parsed and then removed from the string at once, replaces any existing options