org.mevenide.netbeans.j2ee
Class MavenEjbJarImpl

java.lang.Object
  extended by 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.project.MavenProject proj)
          Creates a new instance of MavenEjbJarImpl
 
Method Summary
 org.openide.filesystems.FileObject getDeploymentDescriptor()
           
 java.lang.String getJ2eePlatformVersion()
           
 org.openide.filesystems.FileObject[] getJavaSources()
           
 org.openide.filesystems.FileObject getMetaInf()
           
static java.io.File guessEjbJarDescriptor(org.mevenide.netbeans.project.MavenProject project)
          return a best guess about the location of the ejb descriptor
 boolean isValid()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MavenEjbJarImpl

public MavenEjbJarImpl(org.mevenide.netbeans.project.MavenProject proj)
Creates a new instance of MavenEjbJarImpl

Method Detail

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.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.