This class implements a program that catalogs the size estimate coefficients of various classes.
See Also: ClassSize#getSizeCoefficients. See Also: See Also: The program is invoked as: See Also:
See Also: java -DWS=work-space [-DclassDir=class-dir] [-Dout=out-file [-Dprefix[.x=package-prefix]] [-Dverbose=true] org.apache.derby.iapi.services.cache.ClassSizeCrawler class-or-interface ...
See Also:
See Also: This program gets the size coefficients for each class in the class-or-interface list, See Also: and for each class that implements an interface in the list. If there is an interface in the list See Also: this program crawls through the classes hierarcy, starting at points specified by the prefix See Also: properties, looking for classes that implement the interfaces. See Also:
See Also: If the class-or-interface list is empty then this program searches for implementations See Also: of org.apache.derby.iapi.types.DataValueDescriptor, and at least one prefix property See Also: must be specified See Also:
See Also: The catalog is written as a java source file See Also: into out-file, by default See Also: work-space/java/org.apache.derby.iapi.services.cache.ClassSizeCatalog.java. See Also:
See Also: work-space is the directory containing the java and classes directories. $WS in the See Also: standard development environment. This property is required. See Also:
See Also: class-dir is the directory containing the compiled classes. By default it is work-space/classes. See Also:
See Also: package-prefix is the first part of a package name. e.g. "com.ibm.db2j.impl". At least See Also: one prefix property must be specified if there is an interface in the list. See Also:
See Also: For example:
See Also:
See Also: See Also: java -DWS=$WS \ See Also: -Dprefix.1=org.apache.derby.iapi.types \ See Also: org.apache.derby.iapi.services.cache.ClassSizeCrawler \ See Also: org.apache.derby.iapi.types.DataValueDescriptor \ See Also: java.math.BigDecimal \ See Also: org.apache.derby.impl.services.cache.Generic.CachedItem See Also:
See Also:
|