A B C D E F G L M N P R S T V W

A

addDownloadListener(FileDownloadListener) - Method in class net.sf.bloof.websuite.util.FileDownload
Registers a Listener for the download

B

BLOOF_COMMANDLINE - Static variable in class net.sf.bloof.websuite.intl.Text
These constants are used by the caller to identify what text is needed; which version of the text is actually returned is determined by the ResourceBundle mechanism.
BLOOF_NAME - Static variable in class net.sf.bloof.websuite.intl.Text
These constants are used by the caller to identify what text is needed; which version of the text is actually returned is determined by the ResourceBundle mechanism.
BLOOF_SHORTNAME - Static variable in class net.sf.bloof.websuite.intl.Text
These constants are used by the caller to identify what text is needed; which version of the text is actually returned is determined by the ResourceBundle mechanism.

C

close() - Method in class net.sf.bloof.websuite.logging.ConsoleOutHandler
Override StreamHandler.close to do a flush but not to close the output stream.
close() - Method in class net.sf.bloof.websuite.logging.ConsoleOutErrHandler
 
COMMANDLINE_ARGUMENTS - Static variable in class net.sf.bloof.websuite.intl.Text
These constants are used by the caller to identify what text is needed; which version of the text is actually returned is determined by the ResourceBundle mechanism.
COMMANDLINE_USAGE - Static variable in class net.sf.bloof.websuite.intl.Text
These constants are used by the caller to identify what text is needed; which version of the text is actually returned is determined by the ResourceBundle mechanism.
ConsoleOutErrHandler - class net.sf.bloof.websuite.logging.ConsoleOutErrHandler.
Customized console logging handler.
ConsoleOutErrHandler() - Constructor for class net.sf.bloof.websuite.logging.ConsoleOutErrHandler
Constructor for ConsoleOutErrHandler.
ConsoleOutHandler - class net.sf.bloof.websuite.logging.ConsoleOutHandler.
A simplified copy of java.util.logging.ConsoleHandler.
ConsoleOutHandler() - Constructor for class net.sf.bloof.websuite.logging.ConsoleOutHandler
Create a ConsoleOutHandler for System.out.
COPYRIGHT - Static variable in class net.sf.bloof.websuite.intl.Text
These constants are used by the caller to identify what text is needed; which version of the text is actually returned is determined by the ResourceBundle mechanism.

D

DATE_FORMAT - Static variable in class net.sf.bloof.websuite.intl.Text
These constants are used by the caller to identify what text is needed; which version of the text is actually returned is determined by the ResourceBundle mechanism.
DepsDownloader - class net.sf.bloof.websuite.util.DepsDownloader.
Downloads bloof dependencies from bloof website As the binary distribution does not include external jars, this class gets them before bloof is started.
DepsDownloader() - Constructor for class net.sf.bloof.websuite.util.DepsDownloader
 
DownloadEvent - class net.sf.bloof.websuite.util.DownloadEvent.
Event object for a download event
DownloadEvent(int, int, int, String, URL) - Constructor for class net.sf.bloof.websuite.util.DownloadEvent
Main constructor
downloadEventOccured(DownloadEvent) - Method in class net.sf.bloof.websuite.util.DepsDownloader
 
downloadEventOccured(DownloadEvent) - Method in interface net.sf.bloof.websuite.util.FileDownloadListener
Method downloadEventOccured.

E

END - Static variable in class net.sf.bloof.websuite.util.DownloadEvent
Event types
ENGLISH - Static variable in class net.sf.bloof.websuite.intl.Language
Constant for English language
ERROR - Static variable in class net.sf.bloof.websuite.intl.Text
These constants are used by the caller to identify what text is needed; which version of the text is actually returned is determined by the ResourceBundle mechanism.
ERROR_OCCURED - Static variable in class net.sf.bloof.websuite.intl.Text
These constants are used by the caller to identify what text is needed; which version of the text is actually returned is determined by the ResourceBundle mechanism.

F

fail(String) - Static method in class net.sf.bloof.websuite.Main
Fail starting Bloof
FileDownload - class net.sf.bloof.websuite.util.FileDownload.
Downloads a file
FileDownload(URL, File) - Constructor for class net.sf.bloof.websuite.util.FileDownload
Main constructor
FileDownloadListener - interface net.sf.bloof.websuite.util.FileDownloadListener.
Listener interface for the download event mechanism, following the Observer pattern.
flush() - Method in class net.sf.bloof.websuite.logging.ConsoleOutErrHandler
 
format(LogRecord) - Method in class net.sf.bloof.websuite.logging.LogFormatter
 

G

GERMAN - Static variable in class net.sf.bloof.websuite.intl.Language
Constant for German language
getAlreadyDownloaded() - Method in class net.sf.bloof.websuite.util.DownloadEvent
Returns the alreadyDownloaded bytes
getAvailableLanguages() - Static method in class net.sf.bloof.websuite.intl.Messages
Returns the currenty available Languages
getContents() - Method in class net.sf.bloof.websuite.intl.Text
 
getFileName() - Method in class net.sf.bloof.websuite.util.DownloadEvent
Returns the fileName.
getName() - Method in class net.sf.bloof.websuite.intl.TextKey
Returns the mName.
getName() - Method in class net.sf.bloof.websuite.intl.Language
Returns the name of the language
getSource() - Method in class net.sf.bloof.websuite.util.DownloadEvent
Returns the URL of the source.
getString(TextKey) - Static method in class net.sf.bloof.websuite.intl.Messages
Returns the value for the specified key. key-value pairs are specivied in the resourcebundle properties file.
getTotalSize() - Method in class net.sf.bloof.websuite.util.DownloadEvent
Returns the totalSize in bytes
getType() - Method in class net.sf.bloof.websuite.util.DownloadEvent
Returns the type of event.

L

Language - class net.sf.bloof.websuite.intl.Language.
This class represents the supported languages of Bloof
LANGUAGE - Static variable in class net.sf.bloof.websuite.intl.Text
These constants are used by the caller to identify what text is needed; which version of the text is actually returned is determined by the ResourceBundle mechanism.
LANGUAGE_ID - Static variable in class net.sf.bloof.websuite.intl.Text
These constants are used by the caller to identify what text is needed; which version of the text is actually returned is determined by the ResourceBundle mechanism.
LICENSE - Static variable in class net.sf.bloof.websuite.intl.Text
These constants are used by the caller to identify what text is needed; which version of the text is actually returned is determined by the ResourceBundle mechanism.
LogFormatter - class net.sf.bloof.websuite.logging.LogFormatter.
Logging formatter for Bloof
LogFormatter() - Constructor for class net.sf.bloof.websuite.logging.LogFormatter
 
LOGGING_CONFIG_DEBUG - Static variable in class net.sf.bloof.websuite.Main
debug logging
LOGGING_CONFIG_SILENT - Static variable in class net.sf.bloof.websuite.Main
default logging
LOGGING_CONFIG_VERBOSE - Static variable in class net.sf.bloof.websuite.Main
verbose logging

M

Main - class net.sf.bloof.websuite.Main.
Bloof Main Class; it starts the Application
Main() - Constructor for class net.sf.bloof.websuite.Main
 
main(String[]) - Static method in class net.sf.bloof.websuite.Main
Main method of Bloof
main(String[]) - Static method in class net.sf.bloof.websuite.util.DepsDownloader
Main method, starts the downloader program.
Messages - class net.sf.bloof.websuite.intl.Messages.
This class manages the externalization of strings that will possiby be presented to the user.
Messages() - Constructor for class net.sf.bloof.websuite.intl.Messages
 

N

net.sf.bloof.websuite - package net.sf.bloof.websuite
 
net.sf.bloof.websuite.intl - package net.sf.bloof.websuite.intl
 
net.sf.bloof.websuite.logging - package net.sf.bloof.websuite.logging
 
net.sf.bloof.websuite.util - package net.sf.bloof.websuite.util
 
NL - Static variable in class net.sf.bloof.websuite.intl.Messages
Newline constant

P

publish(LogRecord) - Method in class net.sf.bloof.websuite.logging.ConsoleOutHandler
Publish a LogRecord.
publish(LogRecord) - Method in class net.sf.bloof.websuite.logging.ConsoleOutErrHandler
 

R

run() - Method in class net.sf.bloof.websuite.Websuite
 
RUNNING - Static variable in class net.sf.bloof.websuite.util.DownloadEvent
Event types

S

setLanguage(Language) - Static method in class net.sf.bloof.websuite.intl.Messages
Sets a language for Bloof
START - Static variable in class net.sf.bloof.websuite.util.DownloadEvent
Event types
startDownload() - Method in class net.sf.bloof.websuite.util.FileDownload
Downloads the file and saves it to the destination file if the download fails or is interrupted, the destination file is deleted

T

Text - class net.sf.bloof.websuite.intl.Text.
This class holds the keys of all Strings that can be presented to the user.
Text() - Constructor for class net.sf.bloof.websuite.intl.Text
 
TextKey - class net.sf.bloof.websuite.intl.TextKey.
Represents a valid Key for a text that can be presented to the user.
TextKey(String) - Constructor for class net.sf.bloof.websuite.intl.TextKey
Default Contructor, protected in order to only be called from within intl package
toString() - Method in class net.sf.bloof.websuite.intl.Language
 

V

VISIT_US - Static variable in class net.sf.bloof.websuite.intl.Text
These constants are used by the caller to identify what text is needed; which version of the text is actually returned is determined by the ResourceBundle mechanism.

W

Websuite - class net.sf.bloof.websuite.Websuite.
 
Websuite(String[]) - Constructor for class net.sf.bloof.websuite.Websuite
 
WS - Static variable in class net.sf.bloof.websuite.intl.Messages
Whitespace constant

A B C D E F G L M N P R S T V W

Copyright © 2003 bloof@Sourceforge. All Rights Reserved.