Class DatabaseConfig
java.lang.Object
studio.thevipershow.vtc.AbstractPluginConfiguration<T>
studio.thevipershow.vtc.AbstractTomlConfiguration<T>
studio.thevipershow.vtc.TomlSectionConfiguration<SafeChat,DatabaseSection>
studio.thevipershow.safechat.config.database.DatabaseConfig
- All Implemented Interfaces:
studio.thevipershow.vtc.Configuration,studio.thevipershow.vtc.ConfigurationContent,studio.thevipershow.vtc.ValuesLoader<DatabaseSection>
public final class DatabaseConfig extends studio.thevipershow.vtc.TomlSectionConfiguration<SafeChat,DatabaseSection>
-
Constructor Summary
Constructors Constructor Description DatabaseConfig(@NotNull SafeChat javaPlugin, @NotNull java.lang.String configurationFilename, @NotNull java.lang.Class<? extends DatabaseSection> enumTypeClass) -
Method Summary
Methods inherited from class studio.thevipershow.vtc.TomlSectionConfiguration
getConfigurationValues, getConfigValue, getConfigValue, getEnumClassValues, getEnumTypeClass, loadAllValues, loadValueMethods inherited from class studio.thevipershow.vtc.AbstractTomlConfiguration
deleteContent, getTomlParseResult, isContentAvailable, storeContentMethods inherited from class studio.thevipershow.vtc.AbstractPluginConfiguration
exportResource, getFile, getJavaPluginMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DatabaseConfig
public DatabaseConfig(@NotNull @NotNull SafeChat javaPlugin, @NotNull @NotNull java.lang.String configurationFilename, @NotNull @NotNull java.lang.Class<? extends DatabaseSection> enumTypeClass)
-