Interface SortableConfigurationEntry


public interface SortableConfigurationEntry
An entry in a configuration. Part of low level API for ConfigurationSorters
Author:
A248
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets an immutable list of the comments on this entry
    Gets the config key for this entry.
    Gets the raw method corresponding to this entry
  • Method Details

    • getMethod

      Method getMethod()
      Gets the raw method corresponding to this entry
      Returns:
      the raw method
    • getKey

      String getKey()
      Gets the config key for this entry. This is usually the method name unless ConfKey has been specified.
      Returns:
      the config key for this entry
    • getComments

      List<String> getComments()
      Gets an immutable list of the comments on this entry
      Returns:
      the config comments on this entry, or an empty list if none exist