de.mud.jta
Class Common
- PluginBus
The common part of the
JTA - Telnet/SSH for the JAVA(tm) platform
is handled here. Mainly this includes the loading of the plugins and
the screen setup of the visual plugins.
Maintainer: Matthias L. Jugel
$Id: Common.java 499 2005-09-29 08:24:54Z leo $- Matthias L. Jugel, Marcus Meissner
Map | getComponents() - Get the list of visual components currently registered.
|
Map | getMenus()
|
static Vector | split(String s, char separator) - Split up comma separated lists of strings.
|
DEFAULT_PATH
public static final String DEFAULT_PATH
Common
public Common(Properties config)
getComponents
public Map getComponents()
Get the list of visual components currently registered.
getMenus
public Map getMenus()
split
public static Vector split(String s,
char separator)
Split up comma separated lists of strings. This is quite strict, no
whitespace characters are allowed.
s
- the string to be split up