A B C D E F G I J K L M N O P R S T 

A

about - Static variable in class com.lf.android.javainfo.R.drawable
 
about - Static variable in class com.lf.android.javainfo.R.layout
 
about_bottom - Static variable in class com.lf.android.javainfo.R.id
 
about_image - Static variable in class com.lf.android.javainfo.R.id
 
about_top - Static variable in class com.lf.android.javainfo.R.id
 
adapter - Variable in class com.lf.android.javainfo.view.FileList
The callback object for the list item clicks.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.lf.android.javainfo.view.FileList
Adds a new callback object listening for selection/directory changes.
afterTextChanged(Editable) - Method in class com.lf.android.javainfo.activity.FileChooser
This method is called to notify you that, somewhere within s, the text has been changed.

B

beforeTextChanged(CharSequence, int, int, int) - Method in class com.lf.android.javainfo.activity.FileChooser
This method is called to notify you that, within s, the count characters beginning at start are about to be replaced by new text with length after.

C

calculateChecksum(Properties) - Static method in class com.lf.javainfo.gui.JavaInfoUtils
Calculates a simple checksum for normalized properties.
callWebServiceByPOST(URL, byte[]) - Static method in class com.lf.javainfo.gui.JavaInfoUtils
Sends a message via HTTP POST to a web service URL.
checkResponse(byte[]) - Static method in class com.lf.javainfo.gui.JavaInfoUtils
Extracts the result of the submission.
CHECKSUMPROP - Static variable in class com.lf.javainfo.gui.JavaInfoUtils
The property name holding the checksum value.
CMSUploadServlet - Class in com.lf.javainfo.web.servlet
Receives data from the CMS form uploader.
CMSUploadServlet() - Constructor for class com.lf.javainfo.web.servlet.CMSUploadServlet
Constructor method.
com.lf.android.javainfo - package com.lf.android.javainfo
JavaInfo classes for the Android platform.
com.lf.android.javainfo.activity - package com.lf.android.javainfo.activity
Subclasses of Activity for the Android platform (pages).
com.lf.android.javainfo.view - package com.lf.android.javainfo.view
Subclasses of View for the Android platform (components).
com.lf.javainfo.core - package com.lf.javainfo.core
Provides build information like the version as well as global settings for the package.
com.lf.javainfo.core.i18n.eng_US - package com.lf.javainfo.core.i18n.eng_US
English package localization.
com.lf.javainfo.core.i18n.ger_DE - package com.lf.javainfo.core.i18n.ger_DE
German package localization.
com.lf.javainfo.gui - package com.lf.javainfo.gui
The JavaInfo GUI components and the command line functionality.
com.lf.javainfo.resource - package com.lf.javainfo.resource
This is the place for resources like images used by the package.
com.lf.javainfo.web.responder - package com.lf.javainfo.web.responder
Implementations of AbstractResponder used by web services.
com.lf.javainfo.web.servlet - package com.lf.javainfo.web.servlet
Subclasses of HttpServlet used by web services.
convertToHex(byte, boolean) - Static method in class com.lf.javainfo.gui.JavaInfoUtils
Converts a single byte to hex representation.
COPYRIGHT - Static variable in class com.lf.javainfo.gui.JavaInfoUtils
The copyright information.
cup - Static variable in class com.lf.android.javainfo.R.drawable
 
currentDir - Variable in class com.lf.android.javainfo.view.FileList
The directory we are currently showing.

D

deploy - Static variable in class com.lf.android.javainfo.R.raw
 
document - Static variable in class com.lf.android.javainfo.R.drawable
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.lf.javainfo.web.servlet.CMSUploadServlet
Generates the response via HTTP GET.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.lf.javainfo.web.servlet.IndexServlet
Generates the response via HTTP GET.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.lf.javainfo.web.servlet.RefreshServlet
Generates the response via HTTP GET.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.lf.javainfo.web.servlet.CMSUploadServlet
Generates the response via HTTP POST.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.lf.javainfo.web.servlet.IndexServlet
Generates the response via HTTP POST.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.lf.javainfo.web.servlet.RefreshServlet
Generates the response via HTTP POST.

E

ENCODING - Static variable in class com.lf.javainfo.gui.JavaInfoUtils
Globally used encoding/charset.
entry - Static variable in class com.lf.android.javainfo.R.layout
 
entry_drwx - Static variable in class com.lf.android.javainfo.R.id
 
entry_image - Static variable in class com.lf.android.javainfo.R.id
 
entry_modified - Static variable in class com.lf.android.javainfo.R.id
 
entry_name - Static variable in class com.lf.android.javainfo.R.id
 
entry_size - Static variable in class com.lf.android.javainfo.R.id
 
equalsNull(Object, Object) - Static method in class com.lf.android.javainfo.view.FileList
Convenience method to compare objects using equals() which may be null.
extractPath(File) - Method in class com.lf.javainfo.core.JavaInfoSettings
Provides the deploy path relative to the webbapps directory like "digester-1.6.1_12"

F

FileChooser - Class in com.lf.android.javainfo.activity
Rudimentary file chooser component to save files (here: system properties as XML).
FileChooser() - Constructor for class com.lf.android.javainfo.activity.FileChooser
 
filechooser - Static variable in class com.lf.android.javainfo.R.layout
 
filechooser_button - Static variable in class com.lf.android.javainfo.R.id
 
filechooser_file - Static variable in class com.lf.android.javainfo.R.id
 
filechooser_list - Static variable in class com.lf.android.javainfo.R.id
 
filechooser_status - Static variable in class com.lf.android.javainfo.R.id
 
FileList - Class in com.lf.android.javainfo.view
List view to display file system entries.
FileList(Context) - Constructor for class com.lf.android.javainfo.view.FileList
Constructor of this view class.
FileList(Context, AttributeSet) - Constructor for class com.lf.android.javainfo.view.FileList
Constructor of this view class.
FileList(Context, AttributeSet, int) - Constructor for class com.lf.android.javainfo.view.FileList
Constructor of this view class.
finalize() - Method in class com.lf.javainfo.core.JavaInfoSettings
Cares for proper cleanup when is not needed any longer (helps gc).
folder - Static variable in class com.lf.android.javainfo.R.drawable
 
formAttachment - Static variable in class com.lf.javainfo.web.servlet.CMSUploadServlet
The identifier for the form data part.

G

generateData() - Static method in class com.lf.javainfo.gui.JavaInfoUtils
Assembles the data array with system properties including a header and a checksum.
generateShortKB(long) - Static method in class com.lf.android.javainfo.view.FileList
Generates the short forms of long numbers like '99 KB' (only kilo bytes).
getBaseURL() - Method in class com.lf.javainfo.core.JavaInfoSettings
Provides the log prefix like "http://devel.al11.net/javinfo" used by Web Start applications.
getDeploymentDescriptor() - Method in class com.lf.javainfo.core.JavaInfoSettings
Provides the basename of the deloyment descriptor files for Web Start applications.
getDeploymentRoot() - Method in class com.lf.javainfo.core.JavaInfoSettings
Provides the absolute path to access the web applications (normally 'webapps').
getDirectory() - Method in class com.lf.android.javainfo.view.FileList
Provides the current directory.
getDRWX(File) - Static method in class com.lf.android.javainfo.view.FileList
Generates the accessibility string ("drwx") for files and directories.
getI18NBase() - Method in class com.lf.javainfo.core.JavaInfoSettings
Provides the global resource path for internationalization resources.
getI18NTexts(Locale) - Method in class com.lf.javainfo.core.JavaInfoSettings
Provides the global localized texts for the user.
getLocale() - Method in class com.lf.javainfo.core.i18n.eng_US.Localization_eng_US
Provides the locale supported by this localization service.
getLocale() - Method in class com.lf.javainfo.core.i18n.ger_DE.Localization_ger_DE
Provides the locale supported by this localization service.
getLocalizedText(String) - Static method in class com.lf.javainfo.gui.JavaInfo
Gets the localized text from the resource bundle associated with this class.
getLogDateFormat() - Method in class com.lf.javainfo.core.JavaInfoSettings
Provides the log date format like "yyyy-MM-dd HH:mm:ss.SSS" used by Web Start applications.
getLogLocale() - Method in class com.lf.javainfo.core.JavaInfoSettings
Gets the global locale used for logging.
getLogPrefix() - Method in class com.lf.javainfo.core.JavaInfoSettings
Provides the log prefix like "[javinfo]" used by Web Start applications.
getRefreshDate() - Method in class com.lf.javainfo.core.JavaInfoSettings
Provides the info when the service has been refreshed.
getResponseTypes() - Method in class com.lf.javainfo.web.responder.JavaInfoResponder
Provides the list of generated outgoing message types.
getSelectedFile() - Method in class com.lf.android.javainfo.activity.FileChooser
Provides the file currently selected by the user.
getSharedInstance() - Static method in class com.lf.javainfo.core.JavaInfoSettings
Get a shared settings instance used by the servlets and classes.
getStartDate() - Method in class com.lf.javainfo.core.JavaInfoSettings
Provides the info when the service was started.
getSupportedLocales(boolean) - Method in class com.lf.javainfo.core.JavaInfoSettings
Provides the supported locales for this package with or without synonyms.
getSupportedType() - Method in class com.lf.javainfo.web.responder.JavaInfoResponder
Provides the supported incoming message type.
getUserText(String, Locale) - Static method in class com.lf.javainfo.core.JavaInfoSettings
Convenience method to get a localized text for the user.
getUserText(Class, String, Locale) - Static method in class com.lf.javainfo.core.JavaInfoSettings
Convenience method to get a localized text for the user.
getVersion() - Method in class com.lf.javainfo.core.JavaInfoSettings
Gets the global version information.
getXMLEncoding() - Method in class com.lf.javainfo.core.JavaInfoSettings
Provides the XML encoding like "UTF-8" used by Web Start applications.
green - Static variable in class com.lf.android.javainfo.R.color
 

I

ICONPATH - Static variable in class com.lf.javainfo.gui.JavaInfo
The icon to be displayed by the window.
ID_DIALOG_ABOUT - Static variable in class com.lf.android.javainfo.activity.JavaInfo
Identifier for the "About" dialog.
ID_DIALOG_OVERWRITE - Static variable in class com.lf.android.javainfo.activity.JavaInfo
Identifier for the file overwrite dialog.
ID_FILE_CHOOSER - Static variable in class com.lf.android.javainfo.activity.JavaInfo
Identifier for the file chooser.
IndexServlet - Class in com.lf.javainfo.web.servlet
Entry servlet for the JavaInfo web application with navigation (refresh, log etc.).
IndexServlet() - Constructor for class com.lf.javainfo.web.servlet.IndexServlet
Constructor method.

J

JavaInfo - Class in com.lf.android.javainfo.activity
Simple Android application to let the user send Java system properties to a servlet.
JavaInfo() - Constructor for class com.lf.android.javainfo.activity.JavaInfo
 
javainfo - Static variable in class com.lf.android.javainfo.R.layout
 
javainfo - Static variable in class com.lf.android.javainfo.R.menu
 
JavaInfo - Class in com.lf.javainfo.gui
Small GUI/CLI application to let the user send Java system properties to a servlet.
JavaInfo() - Constructor for class com.lf.javainfo.gui.JavaInfo
Constructor method for i18n purposes only.
javainfo_about - Static variable in class com.lf.android.javainfo.R.string
 
javainfo_askno - Static variable in class com.lf.android.javainfo.R.string
 
javainfo_askoverwrite - Static variable in class com.lf.android.javainfo.R.string
 
javainfo_askyes - Static variable in class com.lf.android.javainfo.R.string
 
javainfo_button_saveas - Static variable in class com.lf.android.javainfo.R.id
 
javainfo_button_submit - Static variable in class com.lf.android.javainfo.R.id
 
javainfo_choose - Static variable in class com.lf.android.javainfo.R.string
 
javainfo_chooser_apply - Static variable in class com.lf.android.javainfo.R.string
 
javainfo_chooser_askoverwrite - Static variable in class com.lf.android.javainfo.R.string
 
javainfo_chooser_button - Static variable in class com.lf.android.javainfo.R.string
 
javainfo_chooser_cancel - Static variable in class com.lf.android.javainfo.R.string
 
javainfo_chooser_entries_multi - Static variable in class com.lf.android.javainfo.R.string
 
javainfo_chooser_entries_single - Static variable in class com.lf.android.javainfo.R.string
 
javainfo_chooser_hint - Static variable in class com.lf.android.javainfo.R.string
 
javainfo_chooser_parent - Static variable in class com.lf.android.javainfo.R.string
 
javainfo_chooser_title - Static variable in class com.lf.android.javainfo.R.string
 
javainfo_chooser_type - Static variable in class com.lf.android.javainfo.R.string
 
javainfo_error - Static variable in class com.lf.android.javainfo.R.string
 
javainfo_error_submit - Static variable in class com.lf.android.javainfo.R.string
 
javainfo_error_write - Static variable in class com.lf.android.javainfo.R.string
 
javainfo_exit - Static variable in class com.lf.android.javainfo.R.string
 
javainfo_filename - Static variable in class com.lf.android.javainfo.R.string
 
javainfo_license_eng_us - Static variable in class com.lf.android.javainfo.R.raw
 
javainfo_notoverwritten - Static variable in class com.lf.android.javainfo.R.string
 
javainfo_ok_submit - Static variable in class com.lf.android.javainfo.R.string
 
javainfo_ok_write - Static variable in class com.lf.android.javainfo.R.string
 
javainfo_saveas - Static variable in class com.lf.android.javainfo.R.string
 
javainfo_scroller - Static variable in class com.lf.android.javainfo.R.id
 
javainfo_status - Static variable in class com.lf.android.javainfo.R.id
 
javainfo_submit - Static variable in class com.lf.android.javainfo.R.string
 
javainfo_submit_msg - Static variable in class com.lf.android.javainfo.R.string
 
javainfo_submit_title - Static variable in class com.lf.android.javainfo.R.string
 
javainfo_text - Static variable in class com.lf.android.javainfo.R.id
 
javainfo_timeout - Static variable in class com.lf.android.javainfo.R.string
 
javainfo_usage - Static variable in class com.lf.android.javainfo.R.string
 
JavaInfoResponder - Class in com.lf.javainfo.web.responder
Generates update response messages based on date requests.
JavaInfoResponder() - Constructor for class com.lf.javainfo.web.responder.JavaInfoResponder
Constructor method.
JavaInfoService - Class in com.lf.javainfo.web.servlet
Processes incoming system properties based on 'parameter_message.dtd' and imports into database.
JavaInfoService() - Constructor for class com.lf.javainfo.web.servlet.JavaInfoService
Constructs a configurable web service.
JavaInfoSettings - Class in com.lf.javainfo.core
Global settings for the web service classes providing the JavaInfo server functionality

Here is the place where the static HTML files are created/updated.

JavaInfoSettings() - Constructor for class com.lf.javainfo.core.JavaInfoSettings
Constructor method.
JavaInfoUtils - Class in com.lf.javainfo.gui
This class holds various methods for common use with JavaInfo.
JavaInfoUtils() - Constructor for class com.lf.javainfo.gui.JavaInfoUtils
Constructor method for i18n purposes only.
jdbcURL - Static variable in class com.lf.javainfo.web.responder.JavaInfoResponder
The JDBC address of the MySQL database.

K

KEY_INITIAL_DIR - Static variable in class com.lf.android.javainfo.activity.FileChooser
Some bundle property key.
KEY_SELECTION - Static variable in class com.lf.android.javainfo.activity.FileChooser
Some bundle property key.

L

LF_LOCALE - Static variable in class com.lf.javainfo.gui.JavaInfoUtils
The locale to call the web service with (eng_US|ger_DE).
lfblue - Static variable in class com.lf.android.javainfo.R.color
 
lfgreen - Static variable in class com.lf.android.javainfo.R.color
 
linkError - Static variable in class com.lf.javainfo.web.servlet.CMSUploadServlet
The page to forward to if an error occurs.
linkSuccess - Static variable in class com.lf.javainfo.web.servlet.CMSUploadServlet
The page to forward to if transmission is successful.
listeners - Variable in class com.lf.android.javainfo.view.FileList
The callback objects listening for selection/directory changes.
Localization_eng_US - Class in com.lf.javainfo.core.i18n.eng_US
Used for finding localization resources from separate JAR files.
Localization_eng_US() - Constructor for class com.lf.javainfo.core.i18n.eng_US.Localization_eng_US
Constructor method.
Localization_ger_DE - Class in com.lf.javainfo.core.i18n.ger_DE
Used for finding localization resources from separate JAR files.
Localization_ger_DE() - Constructor for class com.lf.javainfo.core.i18n.ger_DE.Localization_ger_DE
Constructor method.
log(String) - Static method in class com.lf.javainfo.core.JavaInfoSettings
Formats log messages to be recognized for this package and writes to container log.

M

main(String[]) - Static method in class com.lf.javainfo.gui.JavaInfo
This can be used for the application be executed standalone.
menu_about - Static variable in class com.lf.android.javainfo.R.id
 

N

normalizeProps(Properties) - Static method in class com.lf.javainfo.gui.JavaInfo
Creates a normalized representation for the properties.

O

onActivityResult(int, int, Intent) - Method in class com.lf.android.javainfo.activity.JavaInfo
This is called when a child activity of this one calls its finish() method.
onCreate(Bundle) - Method in class com.lf.android.javainfo.activity.FileChooser
Called when the activity is first created.
onCreate(Bundle) - Method in class com.lf.android.javainfo.activity.JavaInfo
Called when the activity is first created.
onCreateDialog(int) - Method in class com.lf.android.javainfo.activity.JavaInfo
Shows a dialog.
onCreateOptionsMenu(Menu) - Method in class com.lf.android.javainfo.activity.JavaInfo
Shows an options menu (MENU button).
onFocusChange(View, boolean) - Method in class com.lf.android.javainfo.activity.FileChooser
Called when the focus state of a view has changed.
onItemClick(AdapterView<?>, View, int, long) - Method in class com.lf.android.javainfo.view.FileList
Called when a file list entry is clicked.
onOptionsItemSelected(MenuItem) - Method in class com.lf.android.javainfo.activity.JavaInfo
Shows the GUI behind an options menu.
onPause() - Method in class com.lf.android.javainfo.activity.FileChooser
Called when this activity gets dismissed (e.g.
onPause() - Method in class com.lf.android.javainfo.activity.JavaInfo
Called when this activity gets dismissed (e.g.
onTextChanged(CharSequence, int, int, int) - Method in class com.lf.android.javainfo.activity.FileChooser
This method is called to notify you that, within s, the count characters beginning at start have just replaced old text that had length before.

P

parentDir - Variable in class com.lf.android.javainfo.view.FileList
Special file to navigate one directory level up.
printCopyright() - Static method in class com.lf.javainfo.gui.JavaInfo
Prints the copyright message via System.out.
printUsage() - Static method in class com.lf.javainfo.gui.JavaInfo
Prints the usage message via System.out.
PROP_DIRECTORY_CHANGED - Static variable in class com.lf.android.javainfo.view.FileList
A value for PropertyChangeEvents.
PROP_SELECTION_CHANGED - Static variable in class com.lf.android.javainfo.view.FileList
A value for PropertyChangeEvents.
propertyChange(PropertyChangeEvent) - Method in class com.lf.android.javainfo.activity.FileChooser
Callback method for directory/selection changes of the entry list.
PROPSPATH - Static variable in class com.lf.javainfo.gui.JavaInfo
The deploy properties file.

R

R - Class in com.lf.android.javainfo
 
R() - Constructor for class com.lf.android.javainfo.R
 
R.attr - Class in com.lf.android.javainfo
 
R.attr() - Constructor for class com.lf.android.javainfo.R.attr
 
R.color - Class in com.lf.android.javainfo
 
R.color() - Constructor for class com.lf.android.javainfo.R.color
 
R.drawable - Class in com.lf.android.javainfo
 
R.drawable() - Constructor for class com.lf.android.javainfo.R.drawable
 
R.id - Class in com.lf.android.javainfo
 
R.id() - Constructor for class com.lf.android.javainfo.R.id
 
R.layout - Class in com.lf.android.javainfo
 
R.layout() - Constructor for class com.lf.android.javainfo.R.layout
 
R.menu - Class in com.lf.android.javainfo
 
R.menu() - Constructor for class com.lf.android.javainfo.R.menu
 
R.raw - Class in com.lf.android.javainfo
 
R.raw() - Constructor for class com.lf.android.javainfo.R.raw
 
R.string - Class in com.lf.android.javainfo
 
R.string() - Constructor for class com.lf.android.javainfo.R.string
 
red - Static variable in class com.lf.android.javainfo.R.color
Schema: #[alpha][red][green][blue]
refresh(Locale) - Method in class com.lf.javainfo.core.JavaInfoSettings
Refreshes the web service.
RefreshServlet - Class in com.lf.javainfo.web.servlet
Assembles statistics for the JavaInfo server.
RefreshServlet() - Constructor for class com.lf.javainfo.web.servlet.RefreshServlet
Constructor method.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.lf.android.javainfo.view.FileList
Removes a callback object listening for selection/directory changes.
replace(char[], String, String) - Static method in class com.lf.javainfo.gui.JavaInfoUtils
Replaces all occurrencies of the pattern string by a certain sequence.
ResourceLocator - Class in com.lf.javainfo.resource
Used for supporting the ProGuard obfuscator.
ResourceLocator() - Constructor for class com.lf.javainfo.resource.ResourceLocator
 
respond(HttpServletRequest, AbstractMessage) - Method in class com.lf.javainfo.web.responder.JavaInfoResponder
Processes the incoming message and generates response message.

S

SERVLETURL - Static variable in class com.lf.javainfo.gui.JavaInfoUtils
The URL of the submit servlet, redirecting is not possible for POST request!
setDirectory(File) - Method in class com.lf.android.javainfo.view.FileList
Sets the current directory.
sort(Properties) - Static method in class com.lf.javainfo.gui.JavaInfoUtils
Sorts the properties keys.
sortFilesWindows(File[], boolean) - Static method in class com.lf.android.javainfo.view.FileList
Sorts the given file/directory list alphabetically in Windows manner.
startsWith(char[], String) - Static method in class com.lf.javainfo.gui.JavaInfoUtils
Checks whether a given char array starts with a given String.
STATUSPROP - Static variable in class com.lf.javainfo.gui.JavaInfo
The property name holding the response status.
substring(char[], int, int) - Static method in class com.lf.javainfo.gui.JavaInfoUtils
Extracts a sub-string from a given char[] (like String).

T

translateToXMLContent(String, String) - Static method in class com.lf.javainfo.gui.JavaInfoUtils
Translates any element/attribute content to proper XML (including default entities).
A B C D E F G I J K L M N O P R S T 

 Copyright © 2005-2013 Leisenfels UG (haftungsbeschränkt). All rights reserved.