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.String
ConfigurationUtil. getAbsolutePath(ConfigurationFileHolder holder)
Returns the absolute path of the given configuration file holder.static java.lang.String
ConfigurationUtil. getPath(ConfigurationFileHolder holder)
Returns the path of the given config file holder.static java.util.Properties
ConfigurationUtil. getProperties(ConfigurationFileHolder holder)
Returns Properties object by the given config file holder.
-