public class SigarAgentInputReader extends JavaAgentInputReader
| Constructor and Description |
|---|
SigarAgentInputReader(AgentMain agent) |
SigarAgentInputReader(AgentMain agent,
FileReader fr) |
| Modifier and Type | Method and Description |
|---|---|
String |
readLine()
Reads a line from the input console.
|
String |
readLineNoEcho()
Read a line of input, but do not echo back to the user what is being typed.
|
close, isConsolepublic SigarAgentInputReader(AgentMain agent) throws IOException
IOExceptionpublic SigarAgentInputReader(AgentMain agent, FileReader fr) throws IOException
IOExceptionpublic String readLine() throws IOException
AgentInputReaderreadLine in interface AgentInputReaderreadLine in class JavaAgentInputReaderIOExceptionpublic String readLineNoEcho() throws IOException
AgentInputReaderreadLineNoEcho in interface AgentInputReaderreadLineNoEcho in class JavaAgentInputReaderIOExceptionCopyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.