Interface ProjogProperties
- All Known Implementing Classes:
ProjogDefaultProperties
public interface ProjogProperties
Collection of configuration properties.
Each KnowledgeBase has a single ProjogProperties instance.
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the resource loaded byKnowledgeBaseUtils.bootstrap(KnowledgeBase).
-
Field Details
-
DEFAULT_BOOTSTRAP_SCRIPT
-
-
Method Details
-
getBootstrapScript
String getBootstrapScript()Returns the name of the resource loaded byKnowledgeBaseUtils.bootstrap(KnowledgeBase).- Returns:
- the name of the resource loaded by
KnowledgeBaseUtils.bootstrap(KnowledgeBase) - See Also:
-