Class Resource


  • @ThreadSafe
    public final class Resource
    extends java.lang.Object
    An object that models the <resource> element.
    See Also:
    entity-config.xsd
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getLoader()
      Returns the value of the loader attribute.
      java.lang.String getLocation()
      Returns the value of the location attribute.
      • Methods inherited from class java.lang.Object

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

      • getLoader

        public java.lang.String getLoader()
        Returns the value of the loader attribute.
      • getLocation

        public java.lang.String getLocation()
        Returns the value of the location attribute.