Class ResourceCreationPoint

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private Location location
      Location in the method where the resource is created.
      private java.lang.String resourceClass
      The type of the resource.
    • Constructor Summary

      Constructors 
      Constructor Description
      ResourceCreationPoint​(Location location, java.lang.String resourceClass)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Location getLocation()
      Get the location where the resource is created.
      java.lang.String getResourceClass()
      Get the name of the resource's class.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • location

        private final Location location
        Location in the method where the resource is created.
      • resourceClass

        private final java.lang.String resourceClass
        The type of the resource.
    • Constructor Detail

      • ResourceCreationPoint

        public ResourceCreationPoint​(Location location,
                                     java.lang.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 java.lang.String getResourceClass()
        Get the name of the resource's class.