Uses of Class
org.jline.terminal.Attributes.InputFlag
-
Packages that use Attributes.InputFlag Package Description org.jline.builtins.ssh org.jline.terminal -
-
Uses of Attributes.InputFlag in org.jline.builtins.ssh
Methods in org.jline.builtins.ssh with parameters of type Attributes.InputFlag Modifier and Type Method Description private static int
Ssh. getFlag(Attributes attributes, Attributes.InputFlag flag)
-
Uses of Attributes.InputFlag in org.jline.terminal
Fields in org.jline.terminal with type parameters of type Attributes.InputFlag Modifier and Type Field Description (package private) java.util.EnumSet<Attributes.InputFlag>
Attributes. iflag
Methods in org.jline.terminal that return Attributes.InputFlag Modifier and Type Method Description static Attributes.InputFlag
Attributes.InputFlag. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Attributes.InputFlag[]
Attributes.InputFlag. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jline.terminal that return types with arguments of type Attributes.InputFlag Modifier and Type Method Description java.util.EnumSet<Attributes.InputFlag>
Attributes. getInputFlags()
Methods in org.jline.terminal with parameters of type Attributes.InputFlag Modifier and Type Method Description boolean
Attributes. getInputFlag(Attributes.InputFlag flag)
void
Attributes. setInputFlag(Attributes.InputFlag flag, boolean value)
Method parameters in org.jline.terminal with type arguments of type Attributes.InputFlag Modifier and Type Method Description void
Attributes. setInputFlags(java.util.EnumSet<Attributes.InputFlag> flags)
void
Attributes. setInputFlags(java.util.EnumSet<Attributes.InputFlag> flags, boolean value)
-