Uses of Class
org.iqtig.packer.shared.keyio.output.KeyloadResult
-
Packages that use KeyloadResult Package Description org.iqtig.packer.shared.keyio.output -
-
Uses of KeyloadResult in org.iqtig.packer.shared.keyio.output
Methods in org.iqtig.packer.shared.keyio.output that return KeyloadResult Modifier and Type Method Description KeyloadResult
KeyloadOutput. getResult()
static KeyloadResult
KeyloadResult. valueOf(String name)
Returns the enum constant of this type with the specified name.static KeyloadResult[]
KeyloadResult. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.iqtig.packer.shared.keyio.output with parameters of type KeyloadResult Constructor Description KeyloadOutput(KeyloadResult result, Exception exception)
KeyloadOutput(KeyloadResult result, Key key)
-