org.umu.macow.pep
Class PEPConstants
java.lang.Object
org.umu.macow.pep.PEPConstants
public class PEPConstants
- extends java.lang.Object
This is the class used to configurate the parameters related to PEP entity.
User: jmalcaraz@um.es - University Of Murcia
Method Summary |
static void |
loadProperties(java.lang.String path,
java.lang.String configFile)
This method load the configuration of a file |
static void |
saveProperties(java.lang.String configFile)
This method stores the configuration in a file |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PUB_SUB_CONFIG_FILE_PATH
public static java.lang.String PUB_SUB_CONFIG_FILE_PATH
PDP_URL
public static java.lang.String PDP_URL
PDP_NAMESPACE
public static java.lang.String PDP_NAMESPACE
PDP_SERVICENAME
public static java.lang.String PDP_SERVICENAME
PEPConstants
public PEPConstants()
loadProperties
public static void loadProperties(java.lang.String path,
java.lang.String configFile)
- This method load the configuration of a file
- Parameters:
path
- The path of the file (folder)configFile
- The name of the file
saveProperties
public static void saveProperties(java.lang.String configFile)
- This method stores the configuration in a file
- Parameters:
configFile
- The name of the path that will be store a configuration file