|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.tubo.kernel.KernelFactory
public class KernelFactory
This class create the base kernel creational steps.
The role of this class is create and load ConfigManagerset, and the
set environment for KernelBuilder
Created: Aug 30, 2006, 4:54:32 PM
Last Modification Date: $Date: 2006-12-15 18:06:36 -0300 (Fri, 15 Dec 2006) $
Field Summary | |
---|---|
static java.lang.String |
BASE_CONFIG_LOCATION
Constant with base configuration location |
static java.lang.String |
RCS_ID
|
Constructor Summary | |
---|---|
KernelFactory()
|
Method Summary | |
---|---|
void |
appendConfigLocation(java.lang.String configLocation)
Add configurations to kernel |
Kernel |
createKernel()
This class create the base kernel creational steps. |
java.lang.String |
getBaseConfigLocation()
Get base configuration location |
static KernelFactory |
getInstance()
Class method to create a new default KernelFactory implementation |
void |
setBaseConfigLocation(java.lang.String baseConfigLocation)
Change default base configuration |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String RCS_ID
public static final java.lang.String BASE_CONFIG_LOCATION
Constructor Detail |
---|
public KernelFactory()
Method Detail |
---|
public static KernelFactory getInstance()
public java.lang.String getBaseConfigLocation()
public void setBaseConfigLocation(java.lang.String baseConfigLocation)
baseConfigLocation
- A locationpublic void appendConfigLocation(java.lang.String configLocation)
configLocation
- Configuration URLpublic Kernel createKernel() throws TuboKernelException
TuboKernelException
- If somthing fail
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |