net.sf.bigyo.container
Class Kernel

java.lang.Object
  extended by net.sf.bigyo.container.Kernel

public class Kernel
extends Object

Author:
zsombor Created on 2004.10.16. Created at 21:35:15 net.sf.bigyo.container.Kernel

Constructor Summary
Kernel(String[] args)
           
 
Method Summary
static Reader createReader(String registry)
           
 String getComponentDir()
           
 Main getContainer()
           
 String getLog4jConfig()
           
 ProfileChecker getProfileChecker()
           
 String getRefresh()
           
 int getRefreshTime()
           
 boolean isDebugMode()
           
static void main(String[] args)
           
 void run()
           
 void setComponentDir(String componentDir)
           
 void setLog4jConfig(String log4jConfig)
           
 void setProfileChecker(ProfileChecker profileChecker)
           
 void setRefresh(String refresh)
           
 void setRefreshTime(int refreshTime)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Kernel

public Kernel(String[] args)
Method Detail

main

public static void main(String[] args)
                 throws FileNotFoundException,
                        ContainerException
Throws:
FileNotFoundException
ContainerException

getComponentDir

public String getComponentDir()
Returns:
Returns the componentDir.

getContainer

public Main getContainer()
Returns:
Returns the container.

getLog4jConfig

public String getLog4jConfig()
Returns:
Returns the log4jConfig.

getProfileChecker

public ProfileChecker getProfileChecker()
Returns:
Returns the profileChecker.

getRefresh

public String getRefresh()
Returns:
Returns the refresh.

getRefreshTime

public int getRefreshTime()
Returns:
Returns the refreshTime.

setComponentDir

public void setComponentDir(String componentDir)
Parameters:
componentDir - The componentDir to set.

setLog4jConfig

public void setLog4jConfig(String log4jConfig)
Parameters:
log4jConfig - The log4jConfig to set.

setProfileChecker

public void setProfileChecker(ProfileChecker profileChecker)
Parameters:
profileChecker - The profileChecker to set.

setRefresh

public void setRefresh(String refresh)
Parameters:
refresh - The refresh to set.

setRefreshTime

public void setRefreshTime(int refreshTime)
Parameters:
refreshTime - The refreshTime to set.

isDebugMode

public boolean isDebugMode()
Returns:
Returns the debugMode.

run

public void run()
         throws FileNotFoundException,
                ContainerException
Throws:
FileNotFoundException
ContainerException

createReader

public static Reader createReader(String registry)
                           throws FileNotFoundException
Parameters:
registry -
Returns:
@throws FileNotFoundException
Throws:
FileNotFoundException


Copyright © 2004 Sourceforge.net. All Rights Reserved.