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
IOException
public static void main(String[] args) throws IOException
IOException
public void start() throws IOException
IOException
public String getApplicationName()
getApplicationName
in interface ConsoleState
public File getDataDirectory()
getDataDirectory
in interface ConsoleState
public String getManagerID()
getManagerID
in interface ConsoleState
public String getRepositoryID()
getRepositoryID
in interface ConsoleState
public RepositoryManager getManager()
getManager
in interface ConsoleState
public void setManager(RepositoryManager manager)
setManager
in interface ConsoleState
public void setManagerID(String managerID)
setManagerID
in interface ConsoleState
public Repository getRepository()
getRepository
in interface ConsoleState
public void setRepositoryID(String repositoryID)
setRepositoryID
in interface ConsoleState
public void setRepository(Repository repository)
setRepository
in interface ConsoleState
public int getWidth()
getWidth
in interface ConsoleParameters
public void setWidth(int width)
setWidth
in interface ConsoleParameters
public boolean isShowPrefix()
isShowPrefix
in interface ConsoleParameters
public void setShowPrefix(boolean value)
setShowPrefix
in interface ConsoleParameters
public boolean isQueryPrefix()
isQueryPrefix
in interface ConsoleParameters
public void setQueryPrefix(boolean value)
setQueryPrefix
in interface ConsoleParameters
Copyright © 2001-2016 Aduna. All Rights Reserved.