public class ExampleOption extends Object
| Modifier and Type | Field and Description |
|---|---|
@NotNull com.vladsch.flexmark.util.sequence.BasedSequence |
customParams |
boolean |
isBuiltIn |
boolean |
isCustom |
boolean |
isDisabled |
boolean |
isValid |
@NotNull com.vladsch.flexmark.util.sequence.BasedSequence |
optionName |
@NotNull com.vladsch.flexmark.util.sequence.BasedSequence |
optionText |
| Modifier and Type | Method and Description |
|---|---|
static @NotNull HashMap<String,ExampleOption> |
getBuiltInOptions() |
@Nullable String |
getCustomParams() |
@NotNull String |
getOptionName() |
@NotNull String |
getOptionText() |
boolean |
isBuiltIn() |
boolean |
isCustom() |
boolean |
isDisabled() |
boolean |
isEmbedTimed() |
boolean |
isFail() |
boolean |
isFileEol() |
boolean |
isIgnore() |
boolean |
isNoFileEol() |
boolean |
isTimed() |
boolean |
isTimedIterations() |
boolean |
isValid() |
static ExampleOption |
of(@NotNull CharSequence optionText) |
@NotNull public final @NotNull com.vladsch.flexmark.util.sequence.BasedSequence optionText
@NotNull public final @NotNull com.vladsch.flexmark.util.sequence.BasedSequence optionName
@NotNull public final @NotNull com.vladsch.flexmark.util.sequence.BasedSequence customParams
public final boolean isBuiltIn
public final boolean isDisabled
public final boolean isCustom
public final boolean isValid
public static ExampleOption of(@NotNull @NotNull CharSequence optionText)
@NotNull public static @NotNull HashMap<String,ExampleOption> getBuiltInOptions()
@NotNull public @NotNull String getOptionText()
@NotNull public @NotNull String getOptionName()
@Nullable public @Nullable String getCustomParams()
public boolean isBuiltIn()
public boolean isDisabled()
public boolean isCustom()
public boolean isValid()
public boolean isIgnore()
public boolean isFail()
public boolean isTimed()
public boolean isTimedIterations()
public boolean isEmbedTimed()
public boolean isFileEol()
public boolean isNoFileEol()
Copyright © 2020. All rights reserved.