Class HeaderMatcherSpecification


  • public class HeaderMatcherSpecification
    extends java.lang.Object
    Used to specify additional license matchers. A license matcher is basically a class, which implements IHeaderMatcher.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String className
      The license matchers class name.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getClassName()
      Returns the license matchers class name.
      void setClassName​(java.lang.String pClassName)
      Sets the license matchers class name.
      • Methods inherited from class java.lang.Object

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

      • className

        private java.lang.String className
        The license matchers class name.
    • Constructor Detail

      • HeaderMatcherSpecification

        public HeaderMatcherSpecification()
    • Method Detail

      • getClassName

        public java.lang.String getClassName()
        Returns the license matchers class name.
        Returns:
        Class name of the license matcher.
      • setClassName

        public void setClassName​(java.lang.String pClassName)
        Sets the license matchers class name. Required.
        Parameters:
        pClassName - Class name of the license matcher.