Class ApacheLicenseHeaderTestCase


  • public abstract class ApacheLicenseHeaderTestCase
    extends java.lang.Object
    Testcase used in the different wicket projects for testing for the correct ASL license headers. Doesn't really make sense outside org.apache.wicket.
    Author:
    Frank Bille Jensen (frankbille)
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected boolean addHeaders  
      protected java.util.List<java.lang.String> cssIgnore  
      protected java.util.List<java.lang.String> htmlIgnore  
      protected java.util.List<java.lang.String> javaIgnore  
      protected java.util.List<java.lang.String> javaScriptIgnore  
      protected java.util.List<java.lang.String> propertiesIgnore  
      protected java.util.List<java.lang.String> velocityIgnore  
      protected java.util.List<java.lang.String> xmlIgnore  
      protected java.util.List<java.lang.String> xmlPrologIgnore  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • javaIgnore

        protected java.util.List<java.lang.String> javaIgnore
      • htmlIgnore

        protected java.util.List<java.lang.String> htmlIgnore
      • xmlPrologIgnore

        protected java.util.List<java.lang.String> xmlPrologIgnore
      • propertiesIgnore

        protected java.util.List<java.lang.String> propertiesIgnore
      • xmlIgnore

        protected java.util.List<java.lang.String> xmlIgnore
      • cssIgnore

        protected java.util.List<java.lang.String> cssIgnore
      • velocityIgnore

        protected java.util.List<java.lang.String> velocityIgnore
      • javaScriptIgnore

        protected java.util.List<java.lang.String> javaScriptIgnore
      • addHeaders

        protected boolean addHeaders
    • Constructor Detail

      • ApacheLicenseHeaderTestCase

        public ApacheLicenseHeaderTestCase()
        Construct.