public class AgentInputReaderFactory extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AgentInputReaderFactory.ConsoleType |
| Constructor and Description |
|---|
AgentInputReaderFactory() |
| Modifier and Type | Method and Description |
|---|---|
static AgentInputReader |
create(AgentMain agent) |
static AgentInputReader |
create(AgentMain agent,
File file) |
static AgentInputReaderFactory.ConsoleType |
getConsoleType() |
static void |
setConsoleType(AgentInputReaderFactory.ConsoleType type) |
static void |
setConsoleType(String typeStr) |
public static AgentInputReader create(AgentMain agent) throws IOException
IOExceptionpublic static AgentInputReader create(AgentMain agent, File file) throws IOException
IOExceptionpublic static AgentInputReaderFactory.ConsoleType getConsoleType()
public static void setConsoleType(AgentInputReaderFactory.ConsoleType type)
public static void setConsoleType(String typeStr)
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.