Class YAMLProcessorConfigurationFile

java.lang.Object
com.zachsthings.libcomponents.bukkit.YAMLNodeConfigurationNode
com.zachsthings.libcomponents.bukkit.YAMLProcessorConfigurationFile
All Implemented Interfaces:
com.zachsthings.libcomponents.config.ConfigurationFile, com.zachsthings.libcomponents.config.ConfigurationNode

public class YAMLProcessorConfigurationFile extends YAMLNodeConfigurationNode implements com.zachsthings.libcomponents.config.ConfigurationFile
  • Constructor Details

    • YAMLProcessorConfigurationFile

      public YAMLProcessorConfigurationFile(com.sk89q.util.yaml.YAMLProcessor wrapped)
  • Method Details

    • load

      public void load() throws IOException
      Specified by:
      load in interface com.zachsthings.libcomponents.config.ConfigurationFile
      Throws:
      IOException
    • save

      public boolean save()
      Specified by:
      save in interface com.zachsthings.libcomponents.config.ConfigurationFile