Uses of Interface
com.saperion.util.configuration.ConfigurationFileHolder
-
Packages that use ConfigurationFileHolder Package Description com.saperion.util.configuration -
-
Uses of ConfigurationFileHolder in com.saperion.util.configuration
Methods in com.saperion.util.configuration with parameters of type ConfigurationFileHolder Modifier and Type Method Description static java.lang.StringConfigurationUtil. getAbsolutePath(ConfigurationFileHolder holder)Returns the absolute path of the given configuration file holder.static java.lang.StringConfigurationUtil. getPath(ConfigurationFileHolder holder)Returns the path of the given config file holder.static java.util.PropertiesConfigurationUtil. getProperties(ConfigurationFileHolder holder)Returns Properties object by the given config file holder.
-