org.mevenide.netbeans.j2ee
Class MavenEjbJarImpl
java.lang.Object
org.mevenide.netbeans.j2ee.MavenEjbJarImpl
- All Implemented Interfaces:
- org.netbeans.modules.j2ee.spi.ejbjar.EjbJarImplementation
public class MavenEjbJarImpl
- extends java.lang.Object
- implements org.netbeans.modules.j2ee.spi.ejbjar.EjbJarImplementation
- Author:
- Milos Kleint (mkleint@codehaus.org)
|
Constructor Summary |
MavenEjbJarImpl(org.mevenide.netbeans.api.project.MavenProject proj)
Creates a new instance of MavenEjbJarImpl |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MavenEjbJarImpl
public MavenEjbJarImpl(org.mevenide.netbeans.api.project.MavenProject proj)
- Creates a new instance of MavenEjbJarImpl
getDeploymentDescriptor
public org.openide.filesystems.FileObject getDeploymentDescriptor()
- Specified by:
getDeploymentDescriptor in interface org.netbeans.modules.j2ee.spi.ejbjar.EjbJarImplementation
getJ2eePlatformVersion
public java.lang.String getJ2eePlatformVersion()
- Specified by:
getJ2eePlatformVersion in interface org.netbeans.modules.j2ee.spi.ejbjar.EjbJarImplementation
getMetaInf
public org.openide.filesystems.FileObject getMetaInf()
- Specified by:
getMetaInf in interface org.netbeans.modules.j2ee.spi.ejbjar.EjbJarImplementation
guessEjbJarDescriptor
public static java.io.File guessEjbJarDescriptor(org.mevenide.netbeans.api.project.MavenProject project)
- return a best guess about the location of the ejb descriptor
getJavaSources
public org.openide.filesystems.FileObject[] getJavaSources()
- Specified by:
getJavaSources in interface org.netbeans.modules.j2ee.spi.ejbjar.EjbJarImplementation
isValid
public boolean isValid()
Copyright © 2005 The Codehaus. All Rights Reserved.