org.netbeans.modules.j2eeserver/4 1.55.0 1

org.netbeans.modules.j2ee.deployment.plugins.api
Class FileJ2eeModuleQuery

java.lang.Object
  extended by org.netbeans.modules.j2ee.deployment.plugins.api.FileJ2eeModuleQuery

public class FileJ2eeModuleQuery
extends Object

Finds the J2EE module for a file.


Method Summary
static J2eeModule getJ2eeModule(FileObject fileObject)
          Finds a J2EE module which owns the specified file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.

org.netbeans.modules.j2eeserver/4 1.55.0 1

Built on December 1 2008.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.