net.sf.bigyo.container
Class Kernel
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Kernel
public Kernel(String[] args)
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.