A B C D E F G H I L M N O P Q R S T U V

A

action - Variable in class org.silvermoon.moonglow.plugin.mozilla.MycroftHandler.TagSearch
 
addOption(Option) - Method in class org.silvermoon.moonglow.plugin.TestBasicPlugin
 
addOption(Option) - Method in class org.silvermoon.moonglow.util.Options
 
addParam(String, String) - Method in class org.silvermoon.moonglow.common.Request
Add a parameter
addResponse(Response) - Method in class org.silvermoon.moonglow.common.Response
Append another response to this one
addResponseListener(ResponseListener) - Method in class org.silvermoon.moonglow.plugin.BasePlugin
 
addResponseListener(ResponseListener) - Method in interface org.silvermoon.moonglow.plugin.Plugin
Register a listener for the Response
AmazonPlugin - class org.silvermoon.moonglow.plugin.amazon.AmazonPlugin.
 
AmazonPlugin(String) - Constructor for class org.silvermoon.moonglow.plugin.amazon.AmazonPlugin
 
AmazonPluginTestCase - class org.silvermoon.moonglow.plugin.amazon.AmazonPluginTestCase.
 
AmazonPluginTestCase(String) - Constructor for class org.silvermoon.moonglow.plugin.amazon.AmazonPluginTestCase
 
AmazonXMLHadler - class org.silvermoon.moonglow.plugin.amazon.AmazonXMLHadler.
 
AmazonXMLHadler() - Constructor for class org.silvermoon.moonglow.plugin.amazon.AmazonXMLHadler
 

B

BaseException - exception org.silvermoon.moonglow.common.BaseException.
Base class for all custom exceptions
BaseException() - Constructor for class org.silvermoon.moonglow.common.BaseException
 
BaseException(String) - Constructor for class org.silvermoon.moonglow.common.BaseException
 
BaseException(Throwable) - Constructor for class org.silvermoon.moonglow.common.BaseException
 
BaseExceptionTestCase - class org.silvermoon.moonglow.common.BaseExceptionTestCase.
 
BaseExceptionTestCase(String) - Constructor for class org.silvermoon.moonglow.common.BaseExceptionTestCase
 
BasePlugin - class org.silvermoon.moonglow.plugin.BasePlugin.
Provides basic services for all Plugin classes, including ResponseListener registration and several fireEvent() methods
BasePlugin(String) - Constructor for class org.silvermoon.moonglow.plugin.BasePlugin
 
BasePluginTestCase - class org.silvermoon.moonglow.plugin.BasePluginTestCase.
 
BasePluginTestCase(String) - Constructor for class org.silvermoon.moonglow.plugin.BasePluginTestCase
 
BasicPlugin - class org.silvermoon.moonglow.plugin.BasicPlugin.
 
BasicPlugin(String) - Constructor for class org.silvermoon.moonglow.plugin.BasicPlugin
 
BasicPluginTestCase - class org.silvermoon.moonglow.plugin.BasicPluginTestCase.
 
BasicPluginTestCase(String) - Constructor for class org.silvermoon.moonglow.plugin.BasicPluginTestCase
 

C

characters(char[], int, int) - Method in class org.silvermoon.moonglow.plugin.amazon.AmazonXMLHadler
 
Client - class org.silvermoon.moonglow.common.Client.
The Client manages user requests as follows: takes request(s) from a UI, represented by Query objects instantiates the correct Plugin implements ResponseListener to listen for the results formats the Response using the correct Formatter instance outputs the result to the correct OutputStream
Client(Query) - Constructor for class org.silvermoon.moonglow.common.Client
 
ClientException - exception org.silvermoon.moonglow.common.ClientException.
An Exception thrown within the Client
ClientException() - Constructor for class org.silvermoon.moonglow.common.ClientException
 
ClientException(String) - Constructor for class org.silvermoon.moonglow.common.ClientException
 
ClientException(Throwable) - Constructor for class org.silvermoon.moonglow.common.ClientException
 
ClientExceptionTestCase - class org.silvermoon.moonglow.common.ClientExceptionTestCase.
 
ClientExceptionTestCase(String) - Constructor for class org.silvermoon.moonglow.common.ClientExceptionTestCase
 
ClientTestCase - class org.silvermoon.moonglow.common.ClientTestCase.
 
ClientTestCase(String) - Constructor for class org.silvermoon.moonglow.common.ClientTestCase
 
Config - class org.silvermoon.moonglow.common.Config.
 
Config() - Constructor for class org.silvermoon.moonglow.common.Config
 
ConfigTestCase - class org.silvermoon.moonglow.common.ConfigTestCase.
 
ConfigTestCase(String) - Constructor for class org.silvermoon.moonglow.common.ConfigTestCase
 
ConsoleUI - class org.silvermoon.moonglow.textui.ConsoleUI.
The main text-based UI.
ConsoleUI() - Constructor for class org.silvermoon.moonglow.textui.ConsoleUI
 
ConsoleUITestCase - class org.silvermoon.moonglow.textui.ConsoleUITestCase.
 
ConsoleUITestCase(String) - Constructor for class org.silvermoon.moonglow.textui.ConsoleUITestCase
 
createFormatter(String) - Static method in class org.silvermoon.moonglow.format.FormatterFactory
Static method to create the Formatter
createPlugin(String) - Static method in class org.silvermoon.moonglow.plugin.PluginFactory
Static method to create a Plugin from a pluginId

D

def - Variable in class org.silvermoon.moonglow.util.Option
 
description - Variable in class org.silvermoon.moonglow.util.Option
 
DETAILS - Static variable in class org.silvermoon.moonglow.plugin.amazon.AmazonXMLHadler
 
doHttpGet(String, String) - Static method in class org.silvermoon.moonglow.util.Util
 
doQuery(Map) - Method in class org.silvermoon.moonglow.plugin.TestBasicPlugin
 
doQuery(Map) - Method in class org.silvermoon.moonglow.plugin.BasicPlugin
 
doQuery(Map) - Method in class org.silvermoon.moonglow.plugin.amazon.AmazonPlugin
 
doQuery(Map) - Method in class org.silvermoon.moonglow.plugin.google.GooglePlugin
 
doQuery(Map) - Method in class org.silvermoon.moonglow.plugin.mozilla.MozillaPlugin
 
doRequest(int, Request) - Method in class org.silvermoon.moonglow.plugin.TestPlugin
 
doRequest(int, Request) - Method in class org.silvermoon.moonglow.plugin.BasePlugin
 
doRequest(int, Request) - Method in class org.silvermoon.moonglow.plugin.BasicPlugin
 
doRequest(int, Request) - Method in interface org.silvermoon.moonglow.plugin.Plugin
Perform a request, specifying a unique requestId

E

end - Variable in class org.silvermoon.moonglow.plugin.mozilla.MycroftHandler.TagInterpret
 
endElement(String, String, String) - Method in class org.silvermoon.moonglow.plugin.amazon.AmazonXMLHadler
 
execGetOutput(String) - Static method in class org.silvermoon.moonglow.util.Util
Executes a system process and captures its output

F

fireResponse(int, Response) - Method in class org.silvermoon.moonglow.plugin.BasePlugin
Plugins should call this method to return the Response to the caller
fireResponseError(int, Throwable) - Method in class org.silvermoon.moonglow.plugin.BasePlugin
Plugins should call this method to return an error to the caller
format(Response, String) - Method in class org.silvermoon.moonglow.format.TestFormatter
 
format(Response, String) - Method in class org.silvermoon.moonglow.format.VelocityFormatter
 
format(Response, String) - Method in interface org.silvermoon.moonglow.format.Formatter
Perform the format
FormatException - exception org.silvermoon.moonglow.format.FormatException.
Thrown when an error occurred while attempting to format the Response as a String
FormatException() - Constructor for class org.silvermoon.moonglow.format.FormatException
 
FormatException(String) - Constructor for class org.silvermoon.moonglow.format.FormatException
 
FormatException(Throwable) - Constructor for class org.silvermoon.moonglow.format.FormatException
 
FormatExceptionTestCase - class org.silvermoon.moonglow.format.FormatExceptionTestCase.
 
FormatExceptionTestCase(String) - Constructor for class org.silvermoon.moonglow.format.FormatExceptionTestCase
 
Formatter - interface org.silvermoon.moonglow.format.Formatter.
 
FormatterFactory - class org.silvermoon.moonglow.format.FormatterFactory.
Produces a Formatter instance from a formatId
FormatterFactory() - Constructor for class org.silvermoon.moonglow.format.FormatterFactory
 
FormatterFactoryTestCase - class org.silvermoon.moonglow.format.FormatterFactoryTestCase.
 
FormatterFactoryTestCase(String) - Constructor for class org.silvermoon.moonglow.format.FormatterFactoryTestCase
 

G

getAppHomeDirectory() - Static method in class org.silvermoon.moonglow.common.Config
 
getDescription() - Method in class org.silvermoon.moonglow.common.Item
Get a description of this Item
getExclude() - Method in class org.silvermoon.moonglow.common.Query
 
getExecAfter() - Method in class org.silvermoon.moonglow.common.Query
 
getExecBefore() - Method in class org.silvermoon.moonglow.common.Query
 
getExecOn() - Method in class org.silvermoon.moonglow.common.Query
 
getFileLogger(String, boolean) - Static method in class org.silvermoon.moonglow.util.Util
Get a file logger
getFormatId() - Method in class org.silvermoon.moonglow.common.Query
 
getFormatType() - Method in class org.silvermoon.moonglow.common.Query
 
getId() - Method in class org.silvermoon.moonglow.common.Item
Get a unique identifier for this Item within the scope of its Plugin
getId() - Method in class org.silvermoon.moonglow.plugin.TestBasicPlugin
 
getId() - Method in class org.silvermoon.moonglow.plugin.BasePlugin
 
getId() - Method in interface org.silvermoon.moonglow.plugin.Plugin
Get a unique identifier for this plugin
getInclude() - Method in class org.silvermoon.moonglow.common.Query
 
getItemCount() - Method in class org.silvermoon.moonglow.plugin.TestPlugin
 
getItemList() - Method in class org.silvermoon.moonglow.plugin.amazon.AmazonXMLHadler
 
getItems() - Method in class org.silvermoon.moonglow.common.Response
Get the parsed ItemList
getLink() - Method in class org.silvermoon.moonglow.common.Item
Get a URL associated with this item
getLogDirectory() - Static method in class org.silvermoon.moonglow.common.Config
 
getMessageText() - Method in class org.silvermoon.moonglow.common.BaseException
 
getOptions() - Method in class org.silvermoon.moonglow.plugin.TestBasicPlugin
 
getOptions() - Method in class org.silvermoon.moonglow.plugin.BasicPlugin
 
getOptions() - Method in class org.silvermoon.moonglow.plugin.amazon.AmazonPlugin
 
getOptions() - Method in class org.silvermoon.moonglow.plugin.google.GooglePlugin
 
getOptions() - Method in class org.silvermoon.moonglow.plugin.mozilla.MozillaPlugin
 
getOutputter() - Method in class org.silvermoon.moonglow.common.Query
 
getParam(String, String) - Method in class org.silvermoon.moonglow.common.Request
Get request parameter as a String
getParamAsBoolean(String, boolean) - Method in class org.silvermoon.moonglow.common.Request
Get request parameter as a boolean
getParamAsInt(String, int) - Method in class org.silvermoon.moonglow.common.Request
Get request parameter as an int
getParams() - Method in class org.silvermoon.moonglow.common.Request
Get all parameters
getPlugins() - Method in class org.silvermoon.moonglow.common.Query
 
getProperty(String, String) - Static method in class org.silvermoon.moonglow.common.Config
 
getProps() - Method in class org.silvermoon.moonglow.common.Query
 
getSearchTags() - Method in class org.silvermoon.moonglow.plugin.mozilla.MycroftHandler
 
getTitle() - Method in class org.silvermoon.moonglow.common.Item
Get the title of this item
getUsage(String) - Method in class org.silvermoon.moonglow.util.Options
 
GooglePlugin - class org.silvermoon.moonglow.plugin.google.GooglePlugin.
 
GooglePlugin(String) - Constructor for class org.silvermoon.moonglow.plugin.google.GooglePlugin
 
GooglePluginTestCase - class org.silvermoon.moonglow.plugin.google.GooglePluginTestCase.
 
GooglePluginTestCase(String) - Constructor for class org.silvermoon.moonglow.plugin.google.GooglePluginTestCase
 

H

handleResponse(int, Response) - Method in interface org.silvermoon.moonglow.common.ResponseListener
Signal a response
handleResponse(int, Response) - Method in class org.silvermoon.moonglow.common.Client
Called when a Plugin object returns a Response
handleResponseError(int, Throwable) - Method in interface org.silvermoon.moonglow.common.ResponseListener
Signal an error processing the request
handleResponseError(int, Throwable) - Method in class org.silvermoon.moonglow.common.Client
Called when a Plugin object returns an error
handleTag(HtmlTag, Map) - Method in class org.silvermoon.moonglow.plugin.mozilla.MycroftHandler
 

I

ID - Static variable in class org.silvermoon.moonglow.plugin.amazon.AmazonXMLHadler
 
iEnd - Variable in class org.silvermoon.moonglow.plugin.mozilla.MycroftHandler.TagInterpret
 
init(Map) - Method in class org.silvermoon.moonglow.plugin.TestBasicPlugin
 
init(Map) - Method in class org.silvermoon.moonglow.plugin.BasicPlugin
 
init(Map) - Method in class org.silvermoon.moonglow.plugin.amazon.AmazonPlugin
 
init(Map) - Method in class org.silvermoon.moonglow.plugin.google.GooglePlugin
 
init(Map) - Method in class org.silvermoon.moonglow.plugin.mozilla.MozillaPlugin
 
initVelocity() - Static method in class org.silvermoon.moonglow.format.VelocityFormatter
 
inputs - Variable in class org.silvermoon.moonglow.plugin.mozilla.MycroftHandler.TagSearch
 
interprets - Variable in class org.silvermoon.moonglow.plugin.mozilla.MycroftHandler.TagSearch
 
iStart - Variable in class org.silvermoon.moonglow.plugin.mozilla.MycroftHandler.TagInterpret
 
Item - class org.silvermoon.moonglow.common.Item.
Represents a single item in a response to a query.
Item() - Constructor for class org.silvermoon.moonglow.common.Item
 
Item(String, String, String, String) - Constructor for class org.silvermoon.moonglow.common.Item
 
ItemList - class org.silvermoon.moonglow.common.ItemList.
A list of Item objects
ItemList() - Constructor for class org.silvermoon.moonglow.common.ItemList
 
ItemListTestCase - class org.silvermoon.moonglow.common.ItemListTestCase.
 
ItemListTestCase(String) - Constructor for class org.silvermoon.moonglow.common.ItemListTestCase
 
ItemTestCase - class org.silvermoon.moonglow.common.ItemTestCase.
 
ItemTestCase(String) - Constructor for class org.silvermoon.moonglow.common.ItemTestCase
 

L

LINK - Static variable in class org.silvermoon.moonglow.plugin.amazon.AmazonXMLHadler
 
logError(String, Throwable) - Static method in class org.silvermoon.moonglow.util.Util
Log error to the general log
logFatalError(String, Throwable) - Method in class org.silvermoon.moonglow.plugin.BasicPlugin
 
logFatalError(String, Throwable) - Static method in class org.silvermoon.moonglow.util.Util
Log a fatal error to the general log
logInfo(String) - Method in class org.silvermoon.moonglow.plugin.BasicPlugin
 
logInfo(String) - Static method in class org.silvermoon.moonglow.util.Util
Log info to the general log

M

main(String[]) - Static method in class org.silvermoon.moonglow.textui.ConsoleUI
 
MozillaPlugin - class org.silvermoon.moonglow.plugin.mozilla.MozillaPlugin.
 
MozillaPlugin(String) - Constructor for class org.silvermoon.moonglow.plugin.mozilla.MozillaPlugin
 
MozillaPluginTestCase - class org.silvermoon.moonglow.plugin.mozilla.MozillaPluginTestCase.
 
MozillaPluginTestCase(String) - Constructor for class org.silvermoon.moonglow.plugin.mozilla.MozillaPluginTestCase
 
MycroftHandler - class org.silvermoon.moonglow.plugin.mozilla.MycroftHandler.
 
MycroftHandler.TagInput - class org.silvermoon.moonglow.plugin.mozilla.MycroftHandler.TagInput.
 
MycroftHandler.TagInput() - Constructor for class org.silvermoon.moonglow.plugin.mozilla.MycroftHandler.TagInput
 
MycroftHandler.TagInterpret - class org.silvermoon.moonglow.plugin.mozilla.MycroftHandler.TagInterpret.
 
MycroftHandler.TagInterpret() - Constructor for class org.silvermoon.moonglow.plugin.mozilla.MycroftHandler.TagInterpret
 
MycroftHandler.TagSearch - class org.silvermoon.moonglow.plugin.mozilla.MycroftHandler.TagSearch.
 
MycroftHandler.TagSearch() - Constructor for class org.silvermoon.moonglow.plugin.mozilla.MycroftHandler.TagSearch
 
MycroftHandler() - Constructor for class org.silvermoon.moonglow.plugin.mozilla.MycroftHandler
 

N

name - Variable in class org.silvermoon.moonglow.plugin.mozilla.MycroftHandler.TagInput
 
name - Variable in class org.silvermoon.moonglow.util.Option
 
next() - Method in class org.silvermoon.moonglow.plugin.TestBasicPlugin
 
next() - Method in class org.silvermoon.moonglow.plugin.BasicPlugin
 
next() - Method in class org.silvermoon.moonglow.plugin.amazon.AmazonPlugin
 
next() - Method in class org.silvermoon.moonglow.plugin.google.GooglePlugin
 
next() - Method in class org.silvermoon.moonglow.plugin.mozilla.MozillaPlugin
 

O

Option - class org.silvermoon.moonglow.util.Option.
 
Option(String, String, String, boolean) - Constructor for class org.silvermoon.moonglow.util.Option
 
Options - class org.silvermoon.moonglow.util.Options.
 
Options() - Constructor for class org.silvermoon.moonglow.util.Options
 
OptionsTestCase - class org.silvermoon.moonglow.util.OptionsTestCase.
 
OptionsTestCase(String) - Constructor for class org.silvermoon.moonglow.util.OptionsTestCase
 
org.silvermoon.moonglow.common - package org.silvermoon.moonglow.common
 
org.silvermoon.moonglow.format - package org.silvermoon.moonglow.format
 
org.silvermoon.moonglow.plugin - package org.silvermoon.moonglow.plugin
 
org.silvermoon.moonglow.plugin.amazon - package org.silvermoon.moonglow.plugin.amazon
 
org.silvermoon.moonglow.plugin.google - package org.silvermoon.moonglow.plugin.google
 
org.silvermoon.moonglow.plugin.mozilla - package org.silvermoon.moonglow.plugin.mozilla
 
org.silvermoon.moonglow.textui - package org.silvermoon.moonglow.textui
 
org.silvermoon.moonglow.util - package org.silvermoon.moonglow.util
 
output(Object) - Method in class org.silvermoon.moonglow.common.ClientTestCase
 
output(Object) - Method in interface org.silvermoon.moonglow.common.Outputter
 
output(Object) - Method in class org.silvermoon.moonglow.textui.ConsoleUI
 
outputError(Throwable) - Method in class org.silvermoon.moonglow.common.ClientTestCase
 
outputError(Throwable) - Method in interface org.silvermoon.moonglow.common.Outputter
 
outputError(Throwable) - Method in class org.silvermoon.moonglow.textui.ConsoleUI
 
Outputter - interface org.silvermoon.moonglow.common.Outputter.
 

P

parse(String, Map) - Method in class org.silvermoon.moonglow.plugin.mozilla.MycroftHandler
 
Plugin - interface org.silvermoon.moonglow.plugin.Plugin.
A Plugin is a pluggable data source.
PluginException - exception org.silvermoon.moonglow.plugin.PluginException.
An error occurred running a Plugin
PluginException() - Constructor for class org.silvermoon.moonglow.plugin.PluginException
 
PluginException(String) - Constructor for class org.silvermoon.moonglow.plugin.PluginException
 
PluginException(Throwable) - Constructor for class org.silvermoon.moonglow.plugin.PluginException
 
PluginExceptionTestCase - class org.silvermoon.moonglow.plugin.PluginExceptionTestCase.
 
PluginExceptionTestCase(String) - Constructor for class org.silvermoon.moonglow.plugin.PluginExceptionTestCase
 
PluginFactory - class org.silvermoon.moonglow.plugin.PluginFactory.
Generates a Plugin class for the specified pluginId
PluginFactory() - Constructor for class org.silvermoon.moonglow.plugin.PluginFactory
 
PluginFactoryTestCase - class org.silvermoon.moonglow.plugin.PluginFactoryTestCase.
 
PluginFactoryTestCase(String) - Constructor for class org.silvermoon.moonglow.plugin.PluginFactoryTestCase
 

Q

Query - class org.silvermoon.moonglow.common.Query.
Represents a query made by a UI, which will be handled by a Client object
Query(String[], String, String, String, String, String, String, String, Outputter, Map) - Constructor for class org.silvermoon.moonglow.common.Query
Create a new Query
QueryTestCase - class org.silvermoon.moonglow.common.QueryTestCase.
 
QueryTestCase(String) - Constructor for class org.silvermoon.moonglow.common.QueryTestCase
 

R

registerPlugin(String, String) - Static method in class org.silvermoon.moonglow.plugin.PluginFactory
 
removeOption(Option) - Method in class org.silvermoon.moonglow.plugin.TestBasicPlugin
 
removeResponseListener(ResponseListener) - Method in class org.silvermoon.moonglow.plugin.BasePlugin
 
removeResponseListener(ResponseListener) - Method in interface org.silvermoon.moonglow.plugin.Plugin
Deregister a ResponseListener
Request - class org.silvermoon.moonglow.common.Request.
The Request object encapsulates the set of parameters passed to a Plugin object
Request() - Constructor for class org.silvermoon.moonglow.common.Request
 
Request(Map) - Constructor for class org.silvermoon.moonglow.common.Request
 
RequestTestCase - class org.silvermoon.moonglow.common.RequestTestCase.
 
RequestTestCase(String) - Constructor for class org.silvermoon.moonglow.common.RequestTestCase
 
required - Variable in class org.silvermoon.moonglow.util.Option
 
Response - class org.silvermoon.moonglow.common.Response.
Encapsulates a response from a Plugin to the Client, basically containing a list of results Items (ItemList)
Response() - Constructor for class org.silvermoon.moonglow.common.Response
 
Response(ItemList) - Constructor for class org.silvermoon.moonglow.common.Response
 
ResponseListener - interface org.silvermoon.moonglow.common.ResponseListener.
Interface for a client who wishes to make a request to a plugin and receive an asynchronous response
ResponseTestCase - class org.silvermoon.moonglow.common.ResponseTestCase.
 
ResponseTestCase(String) - Constructor for class org.silvermoon.moonglow.common.ResponseTestCase
 
run() - Method in class org.silvermoon.moonglow.common.Client
Start the Client
run(String[], OutputStream, OutputStream) - Method in class org.silvermoon.moonglow.textui.ConsoleUI
Main handling routine

S

searchForm - Variable in class org.silvermoon.moonglow.plugin.mozilla.MycroftHandler.TagSearch
 
setDescription(String) - Method in class org.silvermoon.moonglow.common.Item
Set the description
setId(String) - Method in class org.silvermoon.moonglow.common.Item
Set the id
setItemCount(int) - Method in class org.silvermoon.moonglow.plugin.TestPlugin
 
setLink(String) - Method in class org.silvermoon.moonglow.common.Item
Set the link (URL)
setTitle(String) - Method in class org.silvermoon.moonglow.common.Item
Set the title
setUp() - Method in class org.silvermoon.moonglow.common.ResponseTestCase
 
setUp() - Method in class org.silvermoon.moonglow.common.RequestTestCase
 
setUp() - Method in class org.silvermoon.moonglow.common.QueryTestCase
 
setUp() - Method in class org.silvermoon.moonglow.common.ItemTestCase
 
setUp() - Method in class org.silvermoon.moonglow.common.ItemListTestCase
 
setUp() - Method in class org.silvermoon.moonglow.common.ConfigTestCase
 
setUp() - Method in class org.silvermoon.moonglow.common.ClientTestCase
 
setUp() - Method in class org.silvermoon.moonglow.common.ClientExceptionTestCase
 
setUp() - Method in class org.silvermoon.moonglow.common.BaseExceptionTestCase
 
setUp() - Method in class org.silvermoon.moonglow.format.VelocityFormatterTestCase
 
setUp() - Method in class org.silvermoon.moonglow.format.FormatterFactoryTestCase
 
setUp() - Method in class org.silvermoon.moonglow.format.FormatExceptionTestCase
 
setUp() - Method in class org.silvermoon.moonglow.plugin.BasePluginTestCase
 
setUp() - Method in class org.silvermoon.moonglow.plugin.BasicPluginTestCase
 
setUp() - Method in class org.silvermoon.moonglow.plugin.PluginFactoryTestCase
 
setUp() - Method in class org.silvermoon.moonglow.plugin.PluginExceptionTestCase
 
setUp() - Method in class org.silvermoon.moonglow.plugin.amazon.AmazonPluginTestCase
 
setUp() - Method in class org.silvermoon.moonglow.plugin.google.GooglePluginTestCase
 
setUp() - Method in class org.silvermoon.moonglow.plugin.mozilla.MozillaPluginTestCase
 
setUp() - Method in class org.silvermoon.moonglow.textui.ConsoleUITestCase
 
setUp() - Method in class org.silvermoon.moonglow.textui.UsageExceptionTestCase
 
setUp() - Method in class org.silvermoon.moonglow.util.OptionsTestCase
 
start - Variable in class org.silvermoon.moonglow.plugin.mozilla.MycroftHandler.TagInterpret
 
startDocument() - Method in class org.silvermoon.moonglow.plugin.amazon.AmazonXMLHadler
 
startElement(String, String, String, Attributes) - Method in class org.silvermoon.moonglow.plugin.amazon.AmazonXMLHadler
 
suite() - Static method in class org.silvermoon.moonglow.common.ResponseTestCase
 
suite() - Static method in class org.silvermoon.moonglow.common.RequestTestCase
 
suite() - Static method in class org.silvermoon.moonglow.common.QueryTestCase
 
suite() - Static method in class org.silvermoon.moonglow.common.ItemTestCase
 
suite() - Static method in class org.silvermoon.moonglow.common.ItemListTestCase
 
suite() - Static method in class org.silvermoon.moonglow.common.ConfigTestCase
 
suite() - Static method in class org.silvermoon.moonglow.common.ClientTestCase
 
suite() - Static method in class org.silvermoon.moonglow.common.ClientExceptionTestCase
 
suite() - Static method in class org.silvermoon.moonglow.common.BaseExceptionTestCase
 
suite() - Static method in class org.silvermoon.moonglow.format.VelocityFormatterTestCase
 
suite() - Static method in class org.silvermoon.moonglow.format.FormatterFactoryTestCase
 
suite() - Static method in class org.silvermoon.moonglow.format.FormatExceptionTestCase
 
suite() - Static method in class org.silvermoon.moonglow.plugin.BasePluginTestCase
 
suite() - Static method in class org.silvermoon.moonglow.plugin.BasicPluginTestCase
 
suite() - Static method in class org.silvermoon.moonglow.plugin.PluginFactoryTestCase
 
suite() - Static method in class org.silvermoon.moonglow.plugin.PluginExceptionTestCase
 
suite() - Static method in class org.silvermoon.moonglow.plugin.amazon.AmazonPluginTestCase
 
suite() - Static method in class org.silvermoon.moonglow.plugin.google.GooglePluginTestCase
 
suite() - Static method in class org.silvermoon.moonglow.plugin.mozilla.MozillaPluginTestCase
 
suite() - Static method in class org.silvermoon.moonglow.textui.ConsoleUITestCase
 
suite() - Static method in class org.silvermoon.moonglow.textui.UsageExceptionTestCase
 
suite() - Static method in class org.silvermoon.moonglow.util.OptionsTestCase
 

T

tearDown() - Method in class org.silvermoon.moonglow.common.ResponseTestCase
 
tearDown() - Method in class org.silvermoon.moonglow.common.RequestTestCase
 
tearDown() - Method in class org.silvermoon.moonglow.common.QueryTestCase
 
tearDown() - Method in class org.silvermoon.moonglow.common.ItemTestCase
 
tearDown() - Method in class org.silvermoon.moonglow.common.ItemListTestCase
 
tearDown() - Method in class org.silvermoon.moonglow.common.ConfigTestCase
 
tearDown() - Method in class org.silvermoon.moonglow.common.ClientTestCase
 
tearDown() - Method in class org.silvermoon.moonglow.common.ClientExceptionTestCase
 
tearDown() - Method in class org.silvermoon.moonglow.common.BaseExceptionTestCase
 
tearDown() - Method in class org.silvermoon.moonglow.format.VelocityFormatterTestCase
 
tearDown() - Method in class org.silvermoon.moonglow.format.FormatterFactoryTestCase
 
tearDown() - Method in class org.silvermoon.moonglow.format.FormatExceptionTestCase
 
tearDown() - Method in class org.silvermoon.moonglow.plugin.BasePluginTestCase
 
tearDown() - Method in class org.silvermoon.moonglow.plugin.BasicPluginTestCase
 
tearDown() - Method in class org.silvermoon.moonglow.plugin.PluginFactoryTestCase
 
tearDown() - Method in class org.silvermoon.moonglow.plugin.PluginExceptionTestCase
 
tearDown() - Method in class org.silvermoon.moonglow.plugin.amazon.AmazonPluginTestCase
 
tearDown() - Method in class org.silvermoon.moonglow.plugin.google.GooglePluginTestCase
 
tearDown() - Method in class org.silvermoon.moonglow.plugin.mozilla.MozillaPluginTestCase
 
tearDown() - Method in class org.silvermoon.moonglow.textui.ConsoleUITestCase
 
tearDown() - Method in class org.silvermoon.moonglow.textui.UsageExceptionTestCase
 
tearDown() - Method in class org.silvermoon.moonglow.util.OptionsTestCase
 
testArgs() - Method in class org.silvermoon.moonglow.textui.ConsoleUITestCase
 
TestBasicPlugin - class org.silvermoon.moonglow.plugin.TestBasicPlugin.
 
TestBasicPlugin(String) - Constructor for class org.silvermoon.moonglow.plugin.TestBasicPlugin
 
testBeanMethods() - Method in class org.silvermoon.moonglow.common.ResponseTestCase
 
testBeanMethods() - Method in class org.silvermoon.moonglow.common.QueryTestCase
 
testBeanMethods() - Method in class org.silvermoon.moonglow.common.ItemTestCase
 
testBeanMethods() - Method in class org.silvermoon.moonglow.common.ItemListTestCase
 
testBeanMethods() - Method in class org.silvermoon.moonglow.common.ClientExceptionTestCase
 
testBeanMethods() - Method in class org.silvermoon.moonglow.common.BaseExceptionTestCase
 
testBeanMethods() - Method in class org.silvermoon.moonglow.format.FormatExceptionTestCase
 
testCreateFormatter() - Method in class org.silvermoon.moonglow.format.FormatterFactoryTestCase
 
testCreatePlugin() - Method in class org.silvermoon.moonglow.plugin.PluginFactoryTestCase
 
testDoRequest() - Method in class org.silvermoon.moonglow.plugin.BasicPluginTestCase
 
testFormat() - Method in class org.silvermoon.moonglow.format.VelocityFormatterTestCase
 
TestFormatter - class org.silvermoon.moonglow.format.TestFormatter.
 
TestFormatter() - Constructor for class org.silvermoon.moonglow.format.TestFormatter
 
testGetItems() - Method in class org.silvermoon.moonglow.plugin.amazon.AmazonPluginTestCase
 
testGetItems() - Method in class org.silvermoon.moonglow.plugin.google.GooglePluginTestCase
 
testGetItems() - Method in class org.silvermoon.moonglow.plugin.mozilla.MozillaPluginTestCase
 
testGetParam() - Method in class org.silvermoon.moonglow.common.RequestTestCase
 
testGetParamAsBoolean() - Method in class org.silvermoon.moonglow.common.RequestTestCase
 
testGetParamAsInt() - Method in class org.silvermoon.moonglow.common.RequestTestCase
 
testInvalid() - Method in class org.silvermoon.moonglow.format.VelocityFormatterTestCase
 
testMethods() - Method in class org.silvermoon.moonglow.common.ConfigTestCase
 
testMethods() - Method in class org.silvermoon.moonglow.plugin.PluginExceptionTestCase
 
testMethods() - Method in class org.silvermoon.moonglow.textui.UsageExceptionTestCase
 
testMethods() - Method in class org.silvermoon.moonglow.util.OptionsTestCase
 
TestPlugin - class org.silvermoon.moonglow.plugin.TestPlugin.
 
TestPlugin(String) - Constructor for class org.silvermoon.moonglow.plugin.TestPlugin
 
testRequiredParam() - Method in class org.silvermoon.moonglow.plugin.BasicPluginTestCase
 
testResponseListenerMethods() - Method in class org.silvermoon.moonglow.plugin.BasePluginTestCase
 
testRun() - Method in class org.silvermoon.moonglow.common.ClientTestCase
 
TITLE - Static variable in class org.silvermoon.moonglow.plugin.amazon.AmazonXMLHadler
 
toString() - Method in class org.silvermoon.moonglow.common.Item
Get a basic String representation for debugging
type - Variable in class org.silvermoon.moonglow.plugin.mozilla.MycroftHandler.TagInterpret
 

U

UsageException - exception org.silvermoon.moonglow.textui.UsageException.
 
UsageException() - Constructor for class org.silvermoon.moonglow.textui.UsageException
 
UsageException(String) - Constructor for class org.silvermoon.moonglow.textui.UsageException
 
UsageException(Throwable) - Constructor for class org.silvermoon.moonglow.textui.UsageException
 
UsageExceptionTestCase - class org.silvermoon.moonglow.textui.UsageExceptionTestCase.
 
UsageExceptionTestCase(String) - Constructor for class org.silvermoon.moonglow.textui.UsageExceptionTestCase
 
USERAGENT_MOZILLA - Static variable in class org.silvermoon.moonglow.util.Util
 
Util - class org.silvermoon.moonglow.util.Util.
 
Util() - Constructor for class org.silvermoon.moonglow.util.Util
 

V

value - Variable in class org.silvermoon.moonglow.plugin.mozilla.MycroftHandler.TagInput
 
VelocityFormatter - class org.silvermoon.moonglow.format.VelocityFormatter.
The basic Formatter implementation.
VelocityFormatter() - Constructor for class org.silvermoon.moonglow.format.VelocityFormatter
 
VelocityFormatterTestCase - class org.silvermoon.moonglow.format.VelocityFormatterTestCase.
 
VelocityFormatterTestCase(String) - Constructor for class org.silvermoon.moonglow.format.VelocityFormatterTestCase
 

A B C D E F G H I L M N O P Q R S T U V