Interface ExtensionInfo

All Superinterfaces:
Serializable

public interface ExtensionInfo extends Serializable
This class describes the information which must be provided by each extension on jalo layer.

By now this is just the extension name, but there might be some more informations in future releses.

  • Method Summary

    Modifier and Type
    Method
    Description
    The extension name.
  • Method Details

    • getName

      String getName()
      The extension name. This name must be unique inside one hybris platform !
      Returns:
      the name of the extension. this is never null