org.umu.macow.pdp
Class PDPConstants

java.lang.Object
  extended by org.umu.macow.pdp.PDPConstants

public class PDPConstants
extends java.lang.Object

This is the class used to configurate the parameters related to PDP entity. User: jmalcaraz@um.es - University Of Murcia


Field Summary
static java.lang.String CIM_PATH
           
static java.lang.String PDP_URL_IP
           
static java.lang.String PDP_URL_PORT
           
static java.lang.String PDP_URL_SERVICENAME
           
static java.lang.String PIP_NAMESPACE
           
static java.lang.String PIP_SERVICENAME
           
static java.lang.String PIP_URL
           
static java.lang.String SEMANTIC_RULES_PATH
           
static java.lang.String URL_ACCESS_EVENT_CLASS
           
static java.lang.String URL_TIMESTAMPING_PROPERTY
           
 
Constructor Summary
PDPConstants()
           
 
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

PDP_URL_IP

public static java.lang.String PDP_URL_IP

PDP_URL_PORT

public static java.lang.String PDP_URL_PORT

PDP_URL_SERVICENAME

public static java.lang.String PDP_URL_SERVICENAME

PIP_URL

public static java.lang.String PIP_URL

PIP_NAMESPACE

public static java.lang.String PIP_NAMESPACE

PIP_SERVICENAME

public static java.lang.String PIP_SERVICENAME

SEMANTIC_RULES_PATH

public static java.lang.String SEMANTIC_RULES_PATH

CIM_PATH

public static java.lang.String CIM_PATH

URL_ACCESS_EVENT_CLASS

public static java.lang.String URL_ACCESS_EVENT_CLASS

URL_TIMESTAMPING_PROPERTY

public static java.lang.String URL_TIMESTAMPING_PROPERTY
Constructor Detail

PDPConstants

public PDPConstants()
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