Class MemorySectionStandalone
java.lang.Object
com.kamikazejam.kamicommon.yaml.AbstractMemorySection<T>
com.kamikazejam.kamicommon.yaml.base.MemorySectionMethods<MemorySectionStandalone>
com.kamikazejam.kamicommon.yaml.standalone.MemorySectionStandalone
- All Implemented Interfaces:
ConfigurationMethods<ConfigurationSectionStandalone>
,ConfigurationSectionStandalone
- Direct Known Subclasses:
YamlConfigurationStandalone
public class MemorySectionStandalone
extends MemorySectionMethods<MemorySectionStandalone>
implements ConfigurationSectionStandalone
-
Constructor Summary
ConstructorsConstructorDescriptionMemorySectionStandalone
(@Nullable org.yaml.snakeyaml.nodes.MappingNode node, @NotNull String fullPath, @Nullable ConfigurationMethods<?> parent) -
Method Summary
Modifier and TypeMethodDescription@NotNull MemorySectionStandalone
@NotNull ConfigurationSequenceStandalone
Methods inherited from class com.kamikazejam.kamicommon.yaml.base.MemorySectionMethods
addDefault, contains, get, get, getBigDecimal, getBigDecimal, getBoolean, getBoolean, getByte, getByte, getByteList, getByteList, getDouble, getDouble, getFloat, getFloat, getInt, getInt, getIntegerList, getIntegerList, getKeys, getList, getList, getLong, getLong, getShort, getShort, getString, getString, getStringList, getStringList, isBoolean, isByte, isConfigurationSection, isDouble, isEmpty, isFloat, isInt, isList, isLong, isNumber, isSet, isShort, isString, putBoolean, putByte, putDouble, putFloat, putInt, putInteger, putLong, putShort, putString, save, save, setBoolean, setByte, setDouble, setFloat, setInt, setInteger, setLong, setShort, setString
Methods inherited from class com.kamikazejam.kamicommon.yaml.AbstractMemorySection
contains, getKeyNode, getKeys, getNode, getNodeTuple, getNodeValue, getObject, internalPut, isPrimitiveWrapper, parseBigDecimal, put, set, setChanged
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.kamikazejam.kamicommon.yaml.base.ConfigurationMethods
addDefault, contains, get, get, getBigDecimal, getBigDecimal, getBoolean, getBoolean, getByte, getByte, getByteList, getByteList, getDouble, getDouble, getFloat, getFloat, getInt, getInt, getIntegerList, getIntegerList, getKeys, getList, getList, getLong, getLong, getShort, getShort, getString, getString, getStringList, getStringList, isBoolean, isByte, isChanged, isConfigurationSection, isDouble, isEmpty, isFloat, isInt, isList, isLong, isNumber, isSet, isShort, isString, put, putBoolean, putByte, putDouble, putFloat, putInt, putInteger, putLong, putShort, putString, set, setBoolean, setByte, setChanged, setDouble, setFloat, setInt, setInteger, setLong, setShort, setString
-
Constructor Details
-
MemorySectionStandalone
public MemorySectionStandalone(@Nullable @Nullable org.yaml.snakeyaml.nodes.MappingNode node, @NotNull @NotNull String fullPath, @Nullable @Nullable ConfigurationMethods<?> parent)
-
-
Method Details
-
getConfigurationSection
- Specified by:
getConfigurationSection
in interfaceConfigurationMethods<ConfigurationSectionStandalone>
-
getConfigurationSequence
- Specified by:
getConfigurationSequence
in interfaceConfigurationMethods<ConfigurationSectionStandalone>
-
getCurrentPath
- Specified by:
getCurrentPath
in interfaceConfigurationMethods<ConfigurationSectionStandalone>
-