org.genepattern.client
Class Util
java.lang.Object
org.genepattern.client.Util
- public class Util
- extends java.lang.Object
A utility class used to read user input from the console. Used in the
generated pipeline code to get runtime parameters.
|
Method Summary |
static java.lang.String |
prompt(java.lang.String prompt)
Prompts the user for input from the console. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
prompt
public static java.lang.String prompt(java.lang.String prompt)
throws java.io.IOException
- Prompts the user for input from the console.
- Parameters:
prompt - The user prompt.
- Returns:
- The user entered text.
- Throws:
java.io.IOException - If an error occurs while reading the input from the
console.
|
|