zinger.bsheet.module
Class CommandImportModule

java.lang.Object
  extended by zinger.bsheet.module.CommandImportModule
All Implemented Interfaces:
Module

public class CommandImportModule
extends java.lang.Object
implements Module


Field Summary
protected  java.net.URL[] cpURLs
           
protected  java.lang.String[] importCommands
           
 
Constructor Summary
CommandImportModule()
           
 
Method Summary
 void addContext(ModuleContext context)
           
protected  java.lang.String getShortURLStr(java.lang.String urlStr)
           
 void init(java.util.Properties config)
           
 void removeContext(ModuleContext context)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

cpURLs

protected java.net.URL[] cpURLs

importCommands

protected java.lang.String[] importCommands
Constructor Detail

CommandImportModule

public CommandImportModule()
Method Detail

init

public void init(java.util.Properties config)
Specified by:
init in interface Module

addContext

public void addContext(ModuleContext context)
Specified by:
addContext in interface Module

removeContext

public void removeContext(ModuleContext context)
Specified by:
removeContext in interface Module

getShortURLStr

protected java.lang.String getShortURLStr(java.lang.String urlStr)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object