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

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

Introduction

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

Prototype

public static Enumeration propertyNames() 

Source Link

Document

Return list of all property names.

Usage

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

public static Enumeration propertyNames() {
    return ManagedProperties.propertyNames();
}