Package septogeddon.pluginquery
Class PluginQuery
java.lang.Object
septogeddon.pluginquery.PluginQuery
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic QueryMessenger
Get theQueryMessenger
instancestatic void
Initialize PluginQuery with defaultQueryMessenger
.static void
setMessenger
(QueryMessenger messenger) Set theQueryMessenger
instance.
-
Constructor Details
-
PluginQuery
public PluginQuery()
-
-
Method Details
-
getMessenger
Get theQueryMessenger
instance- Returns:
- the instance
-
setMessenger
Set theQueryMessenger
instance. Will throw an exception if the instance is already set.- Parameters:
messenger
- the instance
-
initializeDefaultMessenger
public static void initializeDefaultMessenger()Initialize PluginQuery with defaultQueryMessenger
. Will not set if there is already an instance.
-