de.mud.jta
Class Common

java.lang.Object
  |
  +--de.mud.jta.PluginLoader
        |
        +--de.mud.jta.Common
All Implemented Interfaces:
PluginBus

public class Common
extends PluginLoader

The common part of the The Javatm Telnet Application is handled here. Mainly this includes the loading of the plugins and the screen setup of the visual plugins.

Maintainer: Matthias L. Jugel

Version:
$Id: Common.java,v 2.13 2002/03/01 15:30:17 leo Exp $
Author:
Matthias L. Jugel, Marcus Meißner

Field Summary
static java.lang.String DEFAULT_PATH
           
 
Fields inherited from class de.mud.jta.PluginLoader
ID
 
Constructor Summary
Common(java.util.Properties config)
           
 
Method Summary
 java.util.Hashtable getComponents()
           
 java.util.Hashtable getMenus()
           
 java.util.Hashtable getPlugins()
           
static java.util.Vector split(java.lang.String s, char separator)
          Split up comma separated lists of strings.
 
Methods inherited from class de.mud.jta.PluginLoader
addPlugin, broadcast, registerPluginListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_PATH

public static final java.lang.String DEFAULT_PATH
Constructor Detail

Common

public Common(java.util.Properties config)
Method Detail

getPlugins

public java.util.Hashtable getPlugins()

getComponents

public java.util.Hashtable getComponents()

getMenus

public java.util.Hashtable getMenus()

split

public static java.util.Vector split(java.lang.String s,
                                     char separator)
Split up comma separated lists of strings. This is quite strict, no whitespace characters are allowed.
Parameters:
s - the string to be split up
Returns:
an array of strings