接口 CustomEnvironmentPluginService


  • public interface CustomEnvironmentPluginService
    CustomEnvironment Plugin Service.
    作者:
    : huangtianhui
    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      java.util.Map<java.lang.String,​java.lang.Object> customValue​(java.util.Map<java.lang.String,​java.lang.Object> property)
      customValue interface.
      java.lang.Integer order()
      order The larger the priority, the higher the priority.
      java.lang.String pluginName()
      pluginName.
      java.util.Set<java.lang.String> propertyKey()
      propertyKey interface.
    • 方法详细资料

      • customValue

        java.util.Map<java.lang.String,​java.lang.Object> customValue​(java.util.Map<java.lang.String,​java.lang.Object> property)
        customValue interface.
        参数:
        property - property key value
        返回:
        custom key value
      • propertyKey

        java.util.Set<java.lang.String> propertyKey()
        propertyKey interface.
        返回:
        propertyKey property Key
      • order

        java.lang.Integer order()
        order The larger the priority, the higher the priority.
        返回:
        order
      • pluginName

        java.lang.String pluginName()
        pluginName.
        返回: