edu.umd.cs.findbugs
public class ResourceCreationPoint extends Object
Constructor Summary | |
---|---|
ResourceCreationPoint(Location location, String resourceClass)
Constructor.
|
Method Summary | |
---|---|
Location | getLocation()
Get the location where the resource is created. |
String | getResourceClass()
Get the name of the resource's class. |
Parameters: location location where resource is created resourceClass the name of the resource's class