File where we generate configuration with the class definitions to be included in a web.xml file. @param s New value
(String s)
| 1114 | * @param s New value |
| 1115 | */ |
| 1116 | public void setWebXmlInclude(String s) { |
| 1117 | webxmlFile = resolveFile(s).getAbsolutePath(); |
| 1118 | webxmlLevel = INC_WEBXML; |
| 1119 | } |
| 1120 | |
| 1121 | /** |
| 1122 | * File where we generate a complete web-fragment.xml with the class definitions. |
nothing calls this directly
no test coverage detected