Class TokenisedNamespace

  • All Implemented Interfaces:
    com.caplin.datasource.namespace.Namespace

    public class TokenisedNamespace
    extends java.lang.Object
    implements com.caplin.datasource.namespace.Namespace
    • Constructor Summary

      Constructors 
      Constructor Description
      TokenisedNamespace​(java.lang.String tokenisedNamespace)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean match​(java.lang.String subject)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • TokenisedNamespace

        public TokenisedNamespace​(java.lang.String tokenisedNamespace)
    • Method Detail

      • match

        public boolean match​(java.lang.String subject)
        Specified by:
        match in interface com.caplin.datasource.namespace.Namespace
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object