DESY ACOP Beans Home

de.desy.acop.launcher
Class Utilities

java.lang.Object
  extended by de.desy.acop.launcher.Utilities

public class Utilities
extends java.lang.Object

Utilities offers a set of static methods to load the acop configurations.

Author:
Jaka Bobnar

Field Summary
static java.lang.String SPIDER_CUSTOMACTION
           
static java.lang.String WEBPAGE_LOCATION
           
 
Constructor Summary
Utilities()
           
 
Method Summary
static java.lang.String getAcopProperty(java.lang.String name)
          Returns the property defined by the given name.
static java.util.Properties getProperties()
          Reads and returns the properties from the acop/acop.properties file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SPIDER_CUSTOMACTION

public static final java.lang.String SPIDER_CUSTOMACTION
See Also:
Constant Field Values

WEBPAGE_LOCATION

public static final java.lang.String WEBPAGE_LOCATION
See Also:
Constant Field Values
Constructor Detail

Utilities

public Utilities()
Method Detail

getAcopProperty

public static java.lang.String getAcopProperty(java.lang.String name)
Returns the property defined by the given name.

Parameters:
name - the name of the property
Returns:
the property value

getProperties

public static java.util.Properties getProperties()
Reads and returns the properties from the acop/acop.properties file.

Returns:
the acop properties


Copyright © 2010. All Rights Reserved.