Package org.codehaus.cargo.container.tomcat

Examples of org.codehaus.cargo.container.tomcat.TomcatWAR


     * @return A Tomcat-specific Deployable object.
     * @see hudson.plugins.deploy.CargoContainerAdapter#createWAR(java.io.File)
     */
    @Override
    protected WAR createWAR(File deployableFile) {
        return new TomcatWAR(deployableFile.getAbsolutePath());
    }
View Full Code Here

TOP

Related Classes of org.codehaus.cargo.container.tomcat.TomcatWAR

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.