Class KeyloadOutput
- java.lang.Object
-
- org.iqtig.packer.shared.keyio.output.KeyloadOutput
-
public class KeyloadOutput extends Object
-
-
Constructor Summary
Constructors Constructor Description KeyloadOutput(KeyloadResult result, Exception exception)
KeyloadOutput(KeyloadResult result, Key key)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Exception
getException()
Key
getKey()
KeyloadResult
getResult()
-
-
-
Constructor Detail
-
KeyloadOutput
public KeyloadOutput(KeyloadResult result, Key key)
-
KeyloadOutput
public KeyloadOutput(KeyloadResult result, Exception exception)
-
-
Method Detail
-
getResult
public KeyloadResult getResult()
-
getKey
public Key getKey()
-
getException
public Exception getException()
-
-