Class TcConfigOptions

    • Field Detail

      • DEFAULT_PATH_SEPARATOR

        public static final char DEFAULT_PATH_SEPARATOR
        Defaults path separator use in configuration.
        See Also:
        Constant Field Values
    • Method Detail

      • pathSeparator

        public char pathSeparator()
        Gets the char that will be used to separate in TcConfigSection, default is "46".
        Returns:
        Path separator.
      • pathSeparator

        @NotNull
        public @NotNull TcConfigOptions pathSeparator​(char separator)
        Sets the char that will be used to separate in TcConfigSection.
        Parameters:
        separator - Path separator.
        Returns:
        This object, for chaining.