Class ResourceLoader


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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getClassName()
      Returns the value of the class attribute.
      java.lang.String getName()
      Returns the value of the name attribute.
      java.lang.String getPrefix()
      Returns the value of the prefix attribute.
      java.lang.String getPrependEnv()
      Returns the value of the prepend-env attribute.
      • Methods inherited from class java.lang.Object

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

      • getName

        public java.lang.String getName()
        Returns the value of the name attribute.
      • getClassName

        public java.lang.String getClassName()
        Returns the value of the class attribute.
      • getPrependEnv

        public java.lang.String getPrependEnv()
        Returns the value of the prepend-env attribute.
      • getPrefix

        public java.lang.String getPrefix()
        Returns the value of the prefix attribute.