public class Console extends Object implements ConsoleState, ConsoleParameters
| Constructor and Description |
|---|
Console() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationName() |
File |
getDataDirectory() |
RepositoryManager |
getManager() |
String |
getManagerID() |
Repository |
getRepository() |
String |
getRepositoryID() |
int |
getWidth() |
boolean |
isQueryPrefix() |
boolean |
isShowPrefix() |
static void |
main(String[] args) |
void |
setManager(RepositoryManager manager) |
void |
setManagerID(String managerID) |
void |
setQueryPrefix(boolean value) |
void |
setRepository(Repository repository) |
void |
setRepositoryID(String repositoryID) |
void |
setShowPrefix(boolean value) |
void |
setWidth(int width) |
void |
start() |
public Console()
throws IOException
IOExceptionpublic static void main(String[] args) throws IOException
IOExceptionpublic void start()
throws IOException
IOExceptionpublic String getApplicationName()
getApplicationName in interface ConsoleStatepublic File getDataDirectory()
getDataDirectory in interface ConsoleStatepublic String getManagerID()
getManagerID in interface ConsoleStatepublic String getRepositoryID()
getRepositoryID in interface ConsoleStatepublic RepositoryManager getManager()
getManager in interface ConsoleStatepublic void setManager(RepositoryManager manager)
setManager in interface ConsoleStatepublic void setManagerID(String managerID)
setManagerID in interface ConsoleStatepublic Repository getRepository()
getRepository in interface ConsoleStatepublic void setRepositoryID(String repositoryID)
setRepositoryID in interface ConsoleStatepublic void setRepository(Repository repository)
setRepository in interface ConsoleStatepublic int getWidth()
getWidth in interface ConsoleParameterspublic void setWidth(int width)
setWidth in interface ConsoleParameterspublic boolean isShowPrefix()
isShowPrefix in interface ConsoleParameterspublic void setShowPrefix(boolean value)
setShowPrefix in interface ConsoleParameterspublic boolean isQueryPrefix()
isQueryPrefix in interface ConsoleParameterspublic void setQueryPrefix(boolean value)
setQueryPrefix in interface ConsoleParametersCopyright © 2001–2015 Aduna. All rights reserved.