edu.umd.cs.findbugs

Class ResourceCreationPoint

    • Constructor Detail

      • ResourceCreationPoint

        public ResourceCreationPoint(Location location,
                             String resourceClass)
        Constructor.
        Parameters:
        location - location where resource is created
        resourceClass - the name of the resource's class
    • Method Detail

      • getLocation

        public Location getLocation()
        Get the location where the resource is created.
      • getResourceClass

        public String getResourceClass()
        Get the name of the resource's class.

Copyright © 2003–2015. All rights reserved.