public static interface GPGConnection.Result<T>
Modifier and Type | Method and Description |
---|---|
T |
get()
Obtains the result of the interaction with GPG.
|
boolean |
wasSuccessful()
Indicates whether the process completed successfully.
|
T get()
boolean wasSuccessful()
get()
will or won't return a useful result.Copyright © 2014. All rights reserved.