Class StorageTypeNode

Direct Known Subclasses:
StorageTypeNode

public class StorageTypeNode extends EnumNode<StorageType>
Represents a configuration node which stores a StorageType value.
Since:
1.6.0
Author:
Isabel Maskrey
  • Constructor Details

    • StorageTypeNode

      public StorageTypeNode(@NotNull @NotNull ConfigurationNode<?> parent, @NotNull @NotNull String name)
      Creates a new configuration node with a Log Level value.
      Parameters:
      parent - The parent container.
      name - The node's name.
      Since:
      1.6.0
  • Method Details