Interface ConfigurationProfile

All Known Implementing Classes:
WanDevelopmentProfile

@Volatile public interface ConfigurationProfile
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the name of the profile.
    Returns a map of all supported properties of this profile.
  • Method Details

    • name

      String name()
      Returns the name of the profile.
      Returns:
      the name of the profile.
    • properties

      Map<String,String> properties()
      Returns a map of all supported properties of this profile.
      Returns:
      the map of supported properties.