Interface Property

All Known Subinterfaces:
Comment

public interface Property
Build tool property.
  • Method Details

    • getKey

      String getKey()
      Returns:
      Property key
    • getValue

      String getValue()
      Returns:
      Property value
    • getComment

      default String getComment()
      Returns:
      comment
    • isComment

      default boolean isComment()
      Returns:
      Whether the property has a comment