java.lang.Object
net.shibboleth.idp.installer.plugin.impl.PluginInstallerCLI.InstallerQuery
-
-
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
-