Package org.apache.cactus.eclipse.webapp.internal

Examples of org.apache.cactus.eclipse.webapp.internal.WarBuilder


     * @throws MalformedURLException if we cannot create the war
     */
    private URL createWar(IJavaProject theJavaProject, IProgressMonitor thePM)
        throws JavaModelException, CoreException, MalformedURLException
    {
        WarBuilder newWar = new WarBuilder(theJavaProject);
        this.war = newWar.createWar(thePM);
        return war.toURL();
    }
View Full Code Here

TOP

Related Classes of org.apache.cactus.eclipse.webapp.internal.WarBuilder

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.