1 20 package org.apache.cactus.integration.ant.deployment.webapp; 21 22 import java.io.IOException ; 23 24 import javax.xml.parsers.ParserConfigurationException ; 25 26 import org.apache.cactus.integration.ant.deployment.JarArchive; 27 import org.xml.sax.SAXException ; 28 29 35 public interface WarArchive extends JarArchive 36 { 37 48 WebXml getWebXml() 49 throws IOException , SAXException , ParserConfigurationException ; 50 } 51 | Popular Tags |