com.supermap.services.components.spi

Class NameResolver

  • java.lang.Object
    • com.supermap.services.components.spi.NameResolver
  • All Implemented Interfaces:
    Resolver<java.lang.Object>


    public class NameResolver
    extends java.lang.Object
    implements Resolver<java.lang.Object>
    

    Object name parser.

    When the configuration extension information is only the object name, use the parser to parse the corresponding object.

    • Constructor Summary

      Constructors 
      Constructor and Description
      NameResolver() 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.Object resolve(java.io.InputStream is)
      According to the content resolves into the configuration information object.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NameResolver

        public NameResolver()
        
    • Method Detail

      • resolve

        public java.lang.Object resolve(java.io.InputStream is)
        

        According to the content resolves into the configuration information object.

        Specified by:
        resolve in interface Resolver<java.lang.Object>
        Parameters:
        is - Input stream.
        Returns:
        Configuration information object which be parsed into.