com.supermap.services.components.spi

类 ServiceDiscovery

  • java.lang.Object
    • com.supermap.services.components.spi.ServiceDiscovery


  • public final class ServiceDiscovery
    extends java.lang.Object
    

    标题: 服务配置信息对象查找器。

    描述: 根据不同的类型和目录查找不同的配置对象

    • 方法概要

      方法 
      限定符和类型 方法和说明
      <T> java.util.List<T> discover(Resolver<T> resolver, java.lang.String resDir)
      根据识别器和资源目录识别出对应目录下包含的所有配置对象。
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • ServiceDiscovery

        public ServiceDiscovery()
        
    • 方法详细资料

      • discover

        public <T> java.util.List<T> discover(Resolver<T> resolver,
                                     java.lang.String resDir)
        

        根据识别器和资源目录识别出对应目录下包含的所有配置对象。

        参数:
        resolver - 对象识别器。
        resDir - 资源目录。
        返回:
        配置信息列表。