Package org.apache.geronimo.st.core.descriptor

Examples of org.apache.geronimo.st.core.descriptor.ApplicationJavaEEDeploymentDescriptor


        }
        else if (obj instanceof org.eclipse.jst.j2ee.application.Application) {
            return (new ApplicationJ2EEDeploymentDescriptor((org.eclipse.jst.j2ee.application.Application) obj));
        }
        else if (obj instanceof org.eclipse.jst.javaee.application.Application) {
            return (new ApplicationJavaEEDeploymentDescriptor((org.eclipse.jst.javaee.application.Application) obj));
        }
        else if (obj instanceof org.eclipse.jst.j2ee.ejb.EJBJar) {
            return (new EjbJ2EEDeploymentDescriptor((org.eclipse.jst.j2ee.ejb.EJBJar) obj));
        }
        else if (obj instanceof org.eclipse.jst.javaee.ejb.EJBJar) {
View Full Code Here

TOP

Related Classes of org.apache.geronimo.st.core.descriptor.ApplicationJavaEEDeploymentDescriptor

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.