- java.lang.Object
-
- cn.mcres.karlatemp.mxlib.config.MemoryConfigurationSection
-
- cn.mcres.karlatemp.mxlib.config.MemoryConfiguration
-
- 所有已实现的接口:
Configuration
,ConfigurationSection
public abstract class MemoryConfiguration extends MemoryConfigurationSection implements Configuration
-
-
构造器概要
构造器 构造器 说明 MemoryConfiguration()
-
方法概要
修饰符和类型 方法 说明 @NotNull Configuration
clone()
String
header()
The header of this configuration.Configuration
header(String header)
Set header of this configuration.void
load(InputStream stream)
Load configuration from a stream@NotNull MemoryConfiguration
newContext()
Create a new context / Create a Pointer.void
store(OutputStream stream)
Write this configuration to steam-
从类继承的方法 cn.mcres.karlatemp.mxlib.config.MemoryConfigurationSection
booleanV, byteV, charV, clear, clearSplitter, doubleV, exists, floatV, hasCurrentSplitter, intV, keys, list, longV, merge, number, parent, parent, pathSplitter, pathSplitter, remove, sectionOrCreate, set, shortV, split, string, stringList, toString, useSplitter, useSplitter, value, values
-
从接口继承的方法 cn.mcres.karlatemp.mxlib.config.ConfigurationSection
booleanV, booleanV, byteV, byteV, charV, charV, clear, clearSplitter, doubleV, doubleV, exists, floatV, floatV, hasCurrentSplitter, intV, intV, keys, list, list, longV, longV, merge, number, number, parent, parent, pathSplitter, pathSplitter, remove, root, section, sectionIfExist, sectionOrCreate, set, shortV, shortV, string, string, string, stringList, stringList, useSplitter, useSplitter, value, value, value, values
-
-
-
-
方法详细资料
-
load
public void load(InputStream stream) throws IOException
从接口复制的说明:Configuration
Load configuration from a stream- 指定者:
load
在接口中Configuration
- 参数:
stream
- The stream.- 抛出:
IOException
- I/O Exception
-
store
public void store(OutputStream stream) throws IOException
从接口复制的说明:Configuration
Write this configuration to steam- 指定者:
store
在接口中Configuration
- 参数:
stream
- The steam.- 抛出:
IOException
- I/O Exception
-
header
public String header()
从接口复制的说明:Configuration
The header of this configuration. But Now NOT Implement this method.- 指定者:
header
在接口中Configuration
- 返回:
- THe header of this configuration.
-
newContext
@NotNull public @NotNull MemoryConfiguration newContext()
从接口复制的说明:ConfigurationSection
Create a new context / Create a Pointer.- 指定者:
newContext
在接口中Configuration
- 指定者:
newContext
在接口中ConfigurationSection
- 覆盖:
newContext
在类中MemoryConfigurationSection
- 返回:
- The pointer created.
-
clone
@NotNull public @NotNull Configuration clone()
- 指定者:
clone
在接口中Configuration
- 指定者:
clone
在接口中ConfigurationSection
- 覆盖:
clone
在类中MemoryConfigurationSection
-
header
public Configuration header(String header)
从接口复制的说明:Configuration
Set header of this configuration. But Now NOT Implement this method.- 指定者:
header
在接口中Configuration
- 参数:
header
- The header- 返回:
- this.
-
-