Uses of Class
io.github.vyaslav.kadmin.KadminReply
-
Packages that use KadminReply Package Description io.github.vyaslav.kadmin -
-
Uses of KadminReply in io.github.vyaslav.kadmin
Methods in io.github.vyaslav.kadmin that return KadminReply Modifier and Type Method Description KadminReplyKadminCommandResult. getReply()static KadminReplyKadminReply. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static KadminReply[]KadminReply. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.github.vyaslav.kadmin with parameters of type KadminReply Constructor Description KadminCommandResult(int exitCode, KadminReply reply, java.lang.String output)
-