Login | Register
My pages Projects Community openCollabNet

The Tigris site will receive a major upgrade the evening of Monday, December 1, beginning at 8:30 pm PST. Downtime is projected to be about ten hours. Further details in the announcement


jmt.codebase
Class CodeBaseFactory

java.lang.Object
  |
  +--jmt.codebase.CodeBaseFactory

public final class CodeBaseFactory
extends java.lang.Object

A static factory providing methods to create CodeBase instances. It also contains a package-scoped creation method to create a ResourceAnalysationFacilityListener instances used by the CodeBase.

Author:
Martin Kersten
See Also:
CodeBase, ResourceAnalysationFacilityListener

Constructor Summary
CodeBaseFactory()
           
 
Method Summary
static CodeBase createCodeBase()
          Returns a new CodeBase instance.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CodeBaseFactory

public CodeBaseFactory()
Method Detail

createCodeBase

public static CodeBase createCodeBase()
Returns a new CodeBase instance.

Returns:
A new codebase instance