Interface ExtensionInfo

  • All Superinterfaces:
    java.io.Serializable

    public interface ExtensionInfo
    extends java.io.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 Detail

      • getName

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