Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

hk.hku.cecid.phoenix.common.util: Javadoc index of package hk.hku.cecid.phoenix.common.util.


Package Samples:

hk.hku.cecid.phoenix.common.util

Classes:

XMLProperty: This is a concrete implementation of the property object for loading and saving the property content into a XML-based file. The file is assumed to be rooted by a "Property" element. And the get/set path is simplified XPath, with "/" as separator. For example, a path of "A/B/C" and value of "test" creates a tree like: <Property>    <A>    <B>      <C>test</C>    </B>   </A> </Property>
AuthenticationManager: This class manages a password file for doing user authentication. The user and password pair will be stored using the following format: user1:password1 user2:password2 The passwords stored is the message digest of the real password generated using MD5 algorithm. Also, the output the MD5 algorithm is then Base64 encoded before writing the the password file.
Property: This is an abstract class for property file reader. We may implement XML based, or plain text based, or encrypted property file reader out of this abstract class. This interface is defining some common methods needed by all kinds of property readers.
JDKLogger: This is the implementation class for logging using JDK 1.4 library. The super class of this class shields the complexity for using JDK1.3 or JDK1.4, using log4j or JDK Logging API. All configuration information are read from properties file.
Log4JLogger: This is the implementation class for logging using log4j library. The super class of this class shields the complexity for using JDK1.3 or JDK1.4, using log4j or JDK Logging API. All configuration information are read from properties file.
Logger: This is a wrapper class for logging. This class shields the complexity for using JDK1.3 or JDK1.4, using log4j or JDK Logging API. All configuration information are read from properties file.
TextProperty: This is a concrete implementation of the property object for loading and saving the property content into a text-based file. The format used is exactly the same of Java properties file.
PassTool: A command line utility to manipulate the password file used by AuthenticationManager.
Version: This is a wrapper class for getting information about version.

Home | Contact Us | Privacy Policy | Terms of Service