Class Package.ServiceMatch

  • Enclosing class:
    Package

    public static class Package.ServiceMatch
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ServiceMatch​(Service service)  
      ServiceMatch​(Service service, java.util.Map<java.lang.String,​java.lang.String> patternVariables)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • service

        public final Service service
      • patternVariables

        public final java.util.Map<java.lang.String,​java.lang.String> patternVariables
    • Constructor Detail

      • ServiceMatch

        public ServiceMatch​(Service service,
                            java.util.Map<java.lang.String,​java.lang.String> patternVariables)
      • ServiceMatch

        public ServiceMatch​(Service service)