Package 

Class FileAwareYamlConfiguration

  • All Implemented Interfaces:
    io.pixeloutlaw.minecraft.spigot.config.FileAwareConfiguration , org.bukkit.configuration.Configuration , org.bukkit.configuration.ConfigurationSection

    
    public class FileAwareYamlConfiguration
    extends YamlConfiguration implements FileAwareConfiguration
                        

    An instance of YamlConfiguration that is also a FileAwareConfiguration.

    • Method Summary

      Modifier and Type Method Description
      File getFile() File that this can load from or save to.
      Unit setFile(File file) File that this can load from or save to.
      String getFileName()
      final Unit load() Loads from the file passed into the constructor.
      final Unit save() Saves to the file passed into the constructor.
      Boolean equals(Object other)
      String toString()
      Integer hashCode()
      • Methods inherited from class org.bukkit.configuration.file.YamlConfiguration

        load, load, load, save, save
      • Methods inherited from class org.bukkit.configuration.MemoryConfiguration

        contains, contains, createSection, createSection, get, get, getBoolean, getBoolean, getBooleanList, getByteList, getCharacterList, getColor, getColor, getConfigurationSection, getCurrentPath, getDefault, getDefaultSection, getDouble, getDouble, getDoubleList, getFloatList, getInt, getInt, getIntegerList, getItemStack, getItemStack, getKeys, getList, getList, getLocation, getLocation, getLong, getLong, getLongList, getMapList, getName, getObject, getObject, getOfflinePlayer, getOfflinePlayer, getRoot, getSerializable, getSerializable, getShortList, getString, getString, getStringList, getValues, getVector, getVector, isBoolean, isColor, isConfigurationSection, isDouble, isInt, isItemStack, isList, isLocation, isLong, isOfflinePlayer, isPrimitiveWrapper, isSet, isString, isVector, mapChildrenKeys, mapChildrenValues, set
      • Methods inherited from class org.bukkit.configuration.file.FileConfiguration

        addDefault, addDefaults, addDefaults, getDefaults, getParent, setDefaults
      • Methods inherited from class io.pixeloutlaw.minecraft.spigot.config.FileAwareYamlConfiguration

        buildHeader, convertMapsToSections, loadFromString, options, parseHeader, saveToString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait