Class ResourceLoader

java.lang.Object
org.apache.ofbiz.entity.config.model.ResourceLoader

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

    • getName

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

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

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

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