Example usage for java.util Properties subclass-usage

List of usage examples for java.util Properties subclass-usage

Introduction

In this page you can find the example usage for java.util Properties subclass-usage.

Usage

From source file com.anrisoftware.propertiesutils.ContextProperties.java

/**
 * <p>
 * Properties with a specified context.
 * </p>
 * <p>
 * The properties keys are prefixed with the context, if not already present.

From source file dk.statsbiblioteket.util.XProperties.java

/**
 * Human Readable Properties with XStream backend.
 *
 * An extension of java.util.properties, that uses XStream from Thoughtworks to
 * create human readable property files for many different objects. The
 * {@link #store}, {@link #load}, {@link #storeToXML} and {@link #loadFromXML}

From source file org.nuclos.client.LocalUserCaches.java

/**
 * Local user properties that cannot be stored on the server, because they are needed before
 * the client is connected to the server, such as the user name and the look & feel.
 * <br>
 * <br>Created by Novabit Informationssysteme GmbH
 * <br>Please visit <a href="http://www.novabit.de">www.novabit.de</a>

From source file openlr.mapviewer.properties.MapViewerProperties.java

/**
 * The Class MapViewerProperties.
 * 
 * <p>
 * OpenLR is a trade mark of TomTom International B.V.
 * <p>

From source file esg.common.util.ESGFProperties.java

public class ESGFProperties extends Properties {

    private final Log log = LogFactory.getLog(this.getClass());

    /**
     * 

From source file er.extensions.foundation.ERXProperties.java

/**
 * <div class="en">
 * Collection of simple utility methods used to get and set properties
 * in the system properties. The only reason this class is needed is
 * because all of the methods in NSProperties have been deprecated.
 * This is a wee bit annoying. The usual method is to have a method

From source file org.mifos.core.PseudoLocalizationGenerator.java

/**
 * Sorted properties file. This implementation requires that store() internally
 * calls keys().
 */
class SortedProperties extends Properties {

From source file PropsToXML.java

/**
 * <b><code>XMLProperties</code></b> extends Java's 
 *  <code>java.util.Properties</code> class, and provides
 *  behavior similar to properties but that use XML as the
 *  input and output format.
 */