Class ConfigFilePropertiesResource

  • All Implemented Interfaces:
    com.saperion.common.config.resources.PropertiesResource

    public class ConfigFilePropertiesResource
    extends java.lang.Object
    implements com.saperion.common.config.resources.PropertiesResource
    A JNDI resource identifying a property-file.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      • Methods inherited from class java.lang.Object

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

      • ConfigFilePropertiesResource

        public ConfigFilePropertiesResource​(java.lang.String relativePath)
        Parameters:
        relativePath - relative path of the file (from config-folder) used as identifier
    • Method Detail

      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface com.saperion.common.config.resources.PropertiesResource