Class ConfigurationSequenceStandalone
java.lang.Object
com.kamikazejam.kamicommon.yaml.base.ConfigurationSequence<ConfigurationSectionStandalone>
com.kamikazejam.kamicommon.yaml.standalone.ConfigurationSequenceStandalone
- All Implemented Interfaces:
Iterable<ConfigurationSectionStandalone>
public class ConfigurationSequenceStandalone
extends ConfigurationSequence<ConfigurationSectionStandalone>
-
Field Summary
Fields inherited from class com.kamikazejam.kamicommon.yaml.base.ConfigurationSequence
parent
-
Constructor Summary
ConstructorsConstructorDescriptionConfigurationSequenceStandalone
(ConfigurationSectionStandalone parent, @Nullable org.yaml.snakeyaml.nodes.SequenceNode node, String newPath) -
Method Summary
Modifier and TypeMethodDescriptionprotected @NotNull List
<ConfigurationSectionStandalone> loadSections
(@Nullable org.yaml.snakeyaml.nodes.SequenceNode sequenceNode, String newPath) Methods inherited from class com.kamikazejam.kamicommon.yaml.base.ConfigurationSequence
filter, find, forEach, get, isEmpty, iterator, size, stream, toList
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
spliterator
-
Constructor Details
-
ConfigurationSequenceStandalone
public ConfigurationSequenceStandalone(ConfigurationSectionStandalone parent, @Nullable @Nullable org.yaml.snakeyaml.nodes.SequenceNode node, String newPath)
-
-
Method Details
-
loadSections
@NotNull protected @NotNull List<ConfigurationSectionStandalone> loadSections(@Nullable @Nullable org.yaml.snakeyaml.nodes.SequenceNode sequenceNode, String newPath) - Specified by:
loadSections
in classConfigurationSequence<ConfigurationSectionStandalone>
-