|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hawk.module.config.HawkConfigManager
public class HawkConfigManager
This caches all the configs of hawk and target application as well.
HawkConfig
Constructor Summary | |
---|---|
HawkConfigManager()
|
Method Summary | |
---|---|
static void |
cacheConfig()
This caches the configs |
static HawkCache |
getConfig()
This returns map containing all configs. |
static java.lang.String |
getHawkMainModule()
Returns Hawk main module |
static java.lang.String |
getTargetApp()
This returns the target app's name |
static java.lang.String |
getTargetApp(java.util.Properties props)
This returns the target application's name |
static java.lang.String |
getTargetMainModule()
This returns target application's main module |
static java.lang.String |
getTargetMainModule(java.util.Properties props)
This returns target application's main module |
static java.lang.String |
getTargetModulePackage()
This returns target application's module package |
static java.lang.String |
getTargetModulePackage(java.util.Properties props)
This returns target application's module package |
static void |
overrideModulesExecutionSequence()
This overrides the module execution sequence as defined in the perf.conf which is provided as -D option with java |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HawkConfigManager()
Method Detail |
---|
public static java.lang.String getTargetApp(java.util.Properties props)
props
- Properties containing all key value pair
public static java.lang.String getTargetApp()
public static void cacheConfig()
public static java.lang.String getTargetMainModule(java.util.Properties props)
props
- containing hawk.conf key value pair
public static java.lang.String getTargetMainModule()
public static java.lang.String getTargetModulePackage(java.util.Properties props)
props
- containing hawk.conf key value pair
public static java.lang.String getTargetModulePackage()
public static java.lang.String getHawkMainModule()
public static void overrideModulesExecutionSequence()
public static HawkCache getConfig()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |