Module org.apache.wicket.util
Package org.apache.wicket.util.license
Class ApacheLicenseHeaderTestCase
- java.lang.Object
-
- org.apache.wicket.util.license.ApacheLicenseHeaderTestCase
-
public abstract class ApacheLicenseHeaderTestCase extends 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 booleanaddHeadersprotected List<String>cssIgnoreprotected List<String>htmlIgnoreprotected List<String>javaIgnoreprotected List<String>javaScriptIgnoreprotected List<String>propertiesIgnoreprotected List<String>velocityIgnoreprotected List<String>xmlIgnoreprotected List<String>xmlPrologIgnore
-
Constructor Summary
Constructors Constructor Description ApacheLicenseHeaderTestCase()Construct.
-