public interface EzyBaseSetting
extends com.tvd12.ezyfox.util.EzyToMap
| Modifier and Type | Method and Description |
|---|---|
String |
getConfigFile()
return the full path configuration file which you input
|
String |
getConfigFile(boolean noParent)
return the path of configuration file which you input
if noParent is true see
getConfigFileInput function
if noParent is false see getConfigFile function |
String |
getConfigFileInput()
return the input configuration file which you input
let's say you setup the configuration file is config.properties
so this function will return config.properties
|
String |
getEntryLoader() |
Object[] |
getEntryLoaderArgs() |
String |
getFolder() |
int |
getId() |
String |
getLocation() |
String |
getName() |
int |
getThreadPoolSize() |
int |
getZoneId() |
int getId()
String getName()
String getFolder()
int getZoneId()
String getLocation()
String getEntryLoader()
Object[] getEntryLoaderArgs()
int getThreadPoolSize()
String getConfigFile(boolean noParent)
getConfigFileInput function
if noParent is false see getConfigFile functionnoParent - include parent path or notString getConfigFile()
String getConfigFileInput()
Copyright © 2021 Young Monkeys. All rights reserved.