org.codehaus.plexus.components.interactivity
Interface Prompter
- All Known Implementing Classes:
- DefaultPrompter
public interface Prompter
Prompt the user for input.
- Version:
- $Id: Prompter.java 2649 2005-10-10 16:51:51Z brett $
- Author:
- Brett Porter
ROLE
static final String ROLE
prompt
String prompt(String message)
throws PrompterException
- Throws:
PrompterException
prompt
String prompt(String message,
String defaultReply)
throws PrompterException
- Throws:
PrompterException
prompt
String prompt(String message,
List possibleValues)
throws PrompterException
- Throws:
PrompterException
prompt
String prompt(String message,
List possibleValues,
String defaultReply)
throws PrompterException
- Throws:
PrompterException
promptForPassword
String promptForPassword(String message)
throws PrompterException
- Throws:
PrompterException
showMessage
void showMessage(String message)
throws PrompterException
- Throws:
PrompterException
Copyright © 2001-2011 Codehaus. All Rights Reserved.