org.netbeans.modules.j2ee.deployment.plugins.api
Class FileJ2eeModuleQuery
java.lang.Object
org.netbeans.modules.j2ee.deployment.plugins.api.FileJ2eeModuleQuery
public class FileJ2eeModuleQuery
- extends Object
Finds the J2EE module for a file.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getJ2eeModule
public static J2eeModule getJ2eeModule(FileObject fileObject)
- Finds a J2EE module which owns the specified file.
- Parameters:
fileObject - the file
- Returns:
- J2EE module which owns the specified file, or null if there is no
J2EE module containing it.