Class NullInteractiveUserInfo

  • All Implemented Interfaces:
    InteractiveUserInfo

    public class NullInteractiveUserInfo
    extends java.lang.Object
    implements InteractiveUserInfo
    Dummy Implementation for InteractiveUserInfo, nice for non-Interactive environments
    Since:
    Sep 12, 2005
    Author:
    Juan F. Codagnone
    See Also:
    InteractiveUserInfo
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String promptPassphrase​(java.lang.String message)  
      java.lang.String promptPassword​(java.lang.String message)  
      boolean promptYesNo​(java.lang.String message)  
      void showMessage​(java.lang.String message)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait