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.
-
-
-
Field Detail
-
javaIgnore
protected List<String> javaIgnore
-
htmlIgnore
protected List<String> htmlIgnore
-
xmlPrologIgnore
protected List<String> xmlPrologIgnore
-
propertiesIgnore
protected List<String> propertiesIgnore
-
velocityIgnore
protected List<String> velocityIgnore
-
javaScriptIgnore
protected List<String> javaScriptIgnore
-
addHeaders
protected boolean addHeaders
-
-
Constructor Detail
-
ApacheLicenseHeaderTestCase
public ApacheLicenseHeaderTestCase()
Construct.
-
-