org.netbeans.modules.junit/2 2.49

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

Built on March 21 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.