java.lang.Object
org.alicebot.server.core.Globals
- public class Globals
- extends java.lang.Object
|
Constructor Summary |
private |
Globals()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isLoaded
private static boolean isLoaded
properties
private static java.util.Properties properties
botNamePredicate
private static java.lang.String botNamePredicate
clientNamePredicate
private static java.lang.String clientNamePredicate
predicateEmptyDefault
private static java.lang.String predicateEmptyDefault
infiniteLoopInput
private static java.lang.String infiniteLoopInput
osAccessAllowed
private static boolean osAccessAllowed
systemDirectory
private static java.lang.String systemDirectory
systemPrefix
private static java.lang.String systemPrefix
jsAccessAllowed
private static boolean jsAccessAllowed
supportDeprecatedTags
private static boolean supportDeprecatedTags
warnAboutDeprecatedTags
private static boolean warnAboutDeprecatedTags
nonAIMLRequireNamespaceQualification
private static boolean nonAIMLRequireNamespaceQualification
predicateValueCacheMax
private static int predicateValueCacheMax
startupFilePath
private static java.lang.String startupFilePath
targetsDataPath
private static java.lang.String targetsDataPath
targetsAIMLPath
private static java.lang.String targetsAIMLPath
categoryLoadNotifyInterval
private static int categoryLoadNotifyInterval
mergePolicy
private static java.lang.String mergePolicy
showConsole
private static boolean showConsole
showMatchTrace
private static boolean showMatchTrace
useShell
private static boolean useShell
useWatcher
private static boolean useWatcher
haveAHeart
private static boolean haveAHeart
targetSkip
private static int targetSkip
useTargeting
private static boolean useTargeting
version
private static java.lang.String version
hostName
private static java.lang.String hostName
httpPort
private static int httpPort
javaScriptInterpreter
private static java.lang.String javaScriptInterpreter
responseTimeout
private static int responseTimeout
EMPTY_STRING
private static final java.lang.String EMPTY_STRING
- See Also:
- Constant Field Values
Globals
private Globals()
load
public static void load(java.lang.String s)
loadProperties
public static void loadProperties()
isLoaded
public static boolean isLoaded()
getVersion
public static java.lang.String getVersion()
getStartupFilePath
public static java.lang.String getStartupFilePath()
getClientNamePredicate
public static java.lang.String getClientNamePredicate()
getBotNamePredicate
public static java.lang.String getBotNamePredicate()
getPredicateEmptyDefault
public static java.lang.String getPredicateEmptyDefault()
getInfiniteLoopInput
public static java.lang.String getInfiniteLoopInput()
showConsole
public static boolean showConsole()
showMatchTrace
public static boolean showMatchTrace()
isWatcherActive
public static boolean isWatcherActive()
useHeart
public static boolean useHeart()
useShell
public static boolean useShell()
getMergePolicy
public static java.lang.String getMergePolicy()
useTargeting
public static boolean useTargeting()
getTargetsAIMLPath
public static java.lang.String getTargetsAIMLPath()
getTargetsDataPath
public static java.lang.String getTargetsDataPath()
getTargetSkip
public static int getTargetSkip()
getCategoryLoadNotifyInterval
public static int getCategoryLoadNotifyInterval()
setHttpPort
public static void setHttpPort(int i)
getHttpPort
public static int getHttpPort()
getResponseTimeout
public static int getResponseTimeout()
getHostName
public static java.lang.String getHostName()
supportDeprecatedTags
public static boolean supportDeprecatedTags()
warnAboutDeprecatedTags
public static boolean warnAboutDeprecatedTags()
nonAIMLRequireNamespaceQualification
public static boolean nonAIMLRequireNamespaceQualification()
predicateValueCacheMax
public static int predicateValueCacheMax()
osAccessAllowed
public static boolean osAccessAllowed()
jsAccessAllowed
public static boolean jsAccessAllowed()
javaScriptInterpreter
public static java.lang.String javaScriptInterpreter()
getSystemDirectory
public static java.lang.String getSystemDirectory()
getSystemPrefix
public static java.lang.String getSystemPrefix()
getProperty
public static java.lang.String getProperty(java.lang.String s)
getProperty
public static java.lang.String getProperty(java.lang.String s,
java.lang.String s1)
getProperties
public static java.util.Properties getProperties()