Example usage for org.apache.commons.discovery.tools ManagedProperties getProperties

List of usage examples for org.apache.commons.discovery.tools ManagedProperties getProperties

Introduction

In this page you can find the example usage for org.apache.commons.discovery.tools ManagedProperties getProperties.

Prototype

public static Properties getProperties() 

Source Link

Document

This is an expensive operation.

Usage

From source file:org.apache.axis.AxisProperties.java

/**
 * This is an expensive operation.//from   www . j a va2s  .  c  o  m
 *
 * @return Returns a <code>java.util.Properties</code> instance
 * that is equivalent to the current state of the scoped
 * properties, in that getProperty() will return the same value.
 * However, this is a copy, so setProperty on the
 * returned value will not effect the scoped properties.
 */
public static Properties getProperties() {
    return ManagedProperties.getProperties();
}