站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

JUnitPlugin.Location (JUnit Tests) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.junit/2 2.23

org.netbeans.modules.junit.plugin
Class JUnitPlugin.Location

java.lang.Object
  extended by org.netbeans.modules.junit.plugin.JUnitPlugin.Location
Enclosing class:
JUnitPlugin

public static final class JUnitPlugin.Location
extends Object

Data structure for storage of specification of a Java element or a Java file.


Constructor Summary
JUnitPlugin.Location(FileObject fileObject)
          Creates a new instance.
 
Method Summary
 FileObject getFileObject()
          Returns the FileObject.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JUnitPlugin.Location

public JUnitPlugin.Location(FileObject fileObject)
Creates a new instance.

Parameters:
fileObject - the FileObject
Method Detail

getFileObject

public FileObject getFileObject()
Returns the FileObject.

Returns:
the FileObject held in this instance

org.netbeans.modules.junit/2 2.23

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.