org.umu.macow.pep
Class PEPConstants

java.lang.Object
  extended by 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


Field Summary
static java.lang.String PDP_NAMESPACE
           
static java.lang.String PDP_SERVICENAME
           
static java.lang.String PDP_URL
           
static java.lang.String PUB_SUB_CONFIG_FILE_PATH
           
 
Constructor Summary
PEPConstants()
           
 
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
 

Field Detail

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
Constructor Detail

PEPConstants

public PEPConstants()
Method Detail

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