File where we generate a complete web-fragment.xml with the class definitions. @param s New value
(String s)
| 1124 | * @param s New value |
| 1125 | */ |
| 1126 | public void setWebFragmentXml(String s) { |
| 1127 | webxmlFile = resolveFile(s).getAbsolutePath(); |
| 1128 | webxmlLevel = FRG_WEBXML; |
| 1129 | } |
| 1130 | |
| 1131 | /** |
| 1132 | * File where we generate a complete web.xml with the class definitions. |
nothing calls this directly
no test coverage detected