- All Implemented Interfaces:
Predicate<String>
- Enclosing class:
- InstallerSupport
Predicate to ask the user if they want to install the trust store provided.
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
promptText
@Nonnull
private final String promptText
What to say.
-
Constructor Details
-
InstallerQuery
public InstallerQuery(@Nonnull
String text)
Constructor.
- Parameters:
text - What to say before the prompt information
-