Bukkit  1.4.7-R1.0
 All Classes Namespaces Files Functions Variables Enumerator Pages
Package org.bukkit.configuration

Packages

package  file
 
package  serialization
 

Classes

interface  Configuration
 Represents a source of configurable options and settings. More...
 
class  ConfigurationOptions
 Various settings for controlling the input and output of a Configuration. More...
 
interface  ConfigurationSection
 Represents a section of a Configuration. More...
 
class  InvalidConfigurationException
 Exception thrown when attempting to load an invalid Configuration. More...
 
class  MemoryConfiguration
 This is a Configuration implementation that does not save or load from any source, and stores all values in memory only. More...
 
class  MemoryConfigurationOptions
 Various settings for controlling the input and output of a MemoryConfiguration. More...
 
class  MemorySection
 A type of ConfigurationSection that is stored in memory. More...