Class MySQLGroupConfiguration
java.lang.Object
me.neznamy.tab.shared.config.mysql.MySQLGroupConfiguration
- All Implemented Interfaces:
me.neznamy.tab.api.PropertyConfiguration
public class MySQLGroupConfiguration
extends Object
implements me.neznamy.tab.api.PropertyConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetGlobalSettings(String name) getPerServerSettings(String name) getPerWorldSettings(String name) String[]getProperty(String group, String property, String server, String world) voidvoidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface me.neznamy.tab.api.PropertyConfiguration
convertMap, fromString, toString
-
Constructor Details
-
Method Details
-
setProperty
- Specified by:
setPropertyin interfaceme.neznamy.tab.api.PropertyConfiguration
-
getProperty
- Specified by:
getPropertyin interfaceme.neznamy.tab.api.PropertyConfiguration
-
remove
- Specified by:
removein interfaceme.neznamy.tab.api.PropertyConfiguration
-
getGlobalSettings
- Specified by:
getGlobalSettingsin interfaceme.neznamy.tab.api.PropertyConfiguration
-
getPerWorldSettings
- Specified by:
getPerWorldSettingsin interfaceme.neznamy.tab.api.PropertyConfiguration
-
getPerServerSettings
- Specified by:
getPerServerSettingsin interfaceme.neznamy.tab.api.PropertyConfiguration
-
getAllEntries
- Specified by:
getAllEntriesin interfaceme.neznamy.tab.api.PropertyConfiguration
-