Uses of Class
ml.karmaconfigs.api.common.karmafile.karmayaml.KarmaYamlManager
Packages that use KarmaYamlManager
-
Uses of KarmaYamlManager in ml.karmaconfigs.api.common.karmafile.karmayaml
Methods in ml.karmaconfigs.api.common.karmafile.karmayaml that return KarmaYamlManagerModifier and TypeMethodDescription@NotNull KarmaYamlManager[]KarmaYamlManager.getChildren()Get the yaml children@Nullable KarmaYamlManagerKarmaYamlManager.getParent()Get the yaml parent@NotNull KarmaYamlManager[]KarmaYamlManager.getParents()Get the yaml parents@NotNull KarmaYamlManagerKarmaYamlManager.getSection(String path)Get a section of the yaml@NotNull KarmaYamlManagerKarmaYamlManager.getSection(String path, KarmaYamlManager defaults)Get a section of the yaml@NotNull KarmaYamlManagerKarmaYamlManager.getTreeMaster()Get the master tree of the yaml parent@NotNull KarmaYamlManagerSave the current yaml@NotNull KarmaYamlManagerKarmaYamlManager.save(File target, KarmaSource source, String resource)Save the current yaml@NotNull KarmaYamlManagerSet the yaml valueKarmaYamlManager.spacer(char spacerChar)Set the manager spacer<T> @NotNull KarmaYamlManagerStore an object instanceMethods in ml.karmaconfigs.api.common.karmafile.karmayaml with parameters of type KarmaYamlManagerModifier and TypeMethodDescription@NotNull KarmaYamlManagerKarmaYamlManager.getSection(String path, KarmaYamlManager defaults)Get a section of the yamlvoidKarmaYamlManager.update(KarmaYamlManager configuration, boolean addNew, String... ignore)Update the current managerConstructors in ml.karmaconfigs.api.common.karmafile.karmayaml with parameters of type KarmaYamlManagerModifierConstructorDescriptionKarmaYamlManager(@NotNull KarmaYamlManager defaults, File configuration)Initialize the karma yaml managerKarmaYamlManager(@NotNull KarmaYamlManager defaults, InputStream configuration)Initialize the karma yaml managerKarmaYamlManager(@NotNull KarmaYamlManager defaults, Reader configuration)Initialize the karma yaml managerKarmaYamlManager(@NotNull KarmaYamlManager defaults, String configuration, boolean isPath)Initialize the karma yaml managerKarmaYamlManager(@NotNull KarmaYamlManager defaults, Path configuration)Initialize the karma yaml managerKarmaYamlManager(@NotNull KarmaYamlManager defaults, Map<?,?> values)Initialize the karma yaml managerKarmaYamlManager(@NotNull KarmaYamlManager defaults, KarmaSource source, String name, String... sub)Initialize the karma yaml managerYamlReloader(KarmaYamlManager currentConfiguration)Initialize the yaml reloader