Class Commentable


  • public class Commentable
    extends java.lang.Object
    • Method Detail

      • getInlineComment

        @Nullable
        public static @Nullable java.lang.String getInlineComment​(@NotNull
                                                                  @NotNull ConfigurationHolder<?> holder,
                                                                  @NotNull
                                                                  @NotNull java.lang.String path)
      • getInlineComment

        @Nullable
        public static @Nullable java.lang.String getInlineComment​(@NotNull
                                                                  @NotNull ConfigurationHolder<?> holder,
                                                                  @NotNull
                                                                  @NotNull java.lang.String path,
                                                                  @Nullable
                                                                  @Nullable java.lang.String sectionKey)
      • getHeaderComments

        @Nullable
        public static @Nullable java.util.List<java.lang.String> getHeaderComments​(@NotNull
                                                                                   @NotNull ConfigurationHolder<?> holder,
                                                                                   @Nullable
                                                                                   @Nullable java.lang.String path)
      • getFooterComments

        @Nullable
        public static @Nullable java.util.List<java.lang.String> getFooterComments​(@NotNull
                                                                                   @NotNull ConfigurationHolder<?> holder,
                                                                                   @Nullable
                                                                                   @Nullable java.lang.String path)