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

Quick Search    Search Deep

mucode.util: Javadoc index of package mucode.util.


Package Samples:

mucode.util

Classes:

ClassInspector: Utilities for retrieving information about the classes that are declared and referenced by a given class, thus allowing to determine its class closure. java.lang.Class provides methods that enable reflection and allow to retrieve information about a class object. Nevertheless, some of the methods are only defined but not implemented in JDK 1.1. This is the case of Class.getDeclaredClasses() > Class.getDeclaredClasses() 55 , that retrieves the set of types that are declared by the class it operates on. A class C' is declared by a class C if it is either: the class of a field declared by C , or the ...
Launcher: This class simplifies the task of passing command line parameteres from an application to a µ Server embedded in it. It also provides a facilities for starting a µ Server directly from the command line. The class is essentially a wrapper around a µ Server. The method parseArgs 55 allows parsing of command line arguments. Command line options start with a dash ( "-" ). The set of recognized options is the same as the set of µ Server properties, defined in mucode.MuConstants and explained in MuServer.properties > MuServer.properties 55 . An additional option -propertyfile ...
ClosureConstants: Constants identifying different kinds of class closure.

Home | Contact Us | Privacy Policy | Terms of Service