Class ServiceTypeDecoder


  • class ServiceTypeDecoder
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.util.regex.Pattern PATTERN  
      private static java.util.regex.Pattern SUBTYPE_PATTERN  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ServiceTypeDecoder()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static java.util.Map<ServiceInfo.Fields,​java.lang.String> decodeQualifiedNameMap​(java.lang.String type, java.lang.String name, java.lang.String subtype)  
      (package private) static java.util.Map<ServiceInfo.Fields,​java.lang.String> decodeQualifiedNameMapForType​(java.lang.String type)  
      private static java.lang.String originalCase​(java.lang.String casePreservedType, java.util.regex.Matcher matcher, int group)  
      • Methods inherited from class java.lang.Object

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

      • SUBTYPE_PATTERN

        private static final java.util.regex.Pattern SUBTYPE_PATTERN
      • PATTERN

        private static final java.util.regex.Pattern PATTERN
    • Constructor Detail

      • ServiceTypeDecoder

        private ServiceTypeDecoder()
    • Method Detail

      • decodeQualifiedNameMap

        static java.util.Map<ServiceInfo.Fields,​java.lang.String> decodeQualifiedNameMap​(java.lang.String type,
                                                                                               java.lang.String name,
                                                                                               java.lang.String subtype)
      • decodeQualifiedNameMapForType

        static java.util.Map<ServiceInfo.Fields,​java.lang.String> decodeQualifiedNameMapForType​(java.lang.String type)
      • originalCase

        private static java.lang.String originalCase​(java.lang.String casePreservedType,
                                                     java.util.regex.Matcher matcher,
                                                     int group)