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 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 ConfigurationSequence
filter, find, forEach, get, isEmpty, iterator, size, stream, toListMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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:
loadSectionsin classConfigurationSequence<ConfigurationSectionStandalone>
-