Class PluginInstallerCLI.InstallerQuery

java.lang.Object
net.shibboleth.idp.installer.plugin.impl.PluginInstallerCLI.InstallerQuery
All Implemented Interfaces:
Predicate<String>
Enclosing class:
PluginInstallerCLI

private class PluginInstallerCLI.InstallerQuery extends Object implements Predicate<String>
Predicate to ask the user if they want to install the trust store provided.
  • 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
  • Method Details