List of usage examples for java.util Properties subclass-usage
From source file org.zalando.crypto.spring.EncryptableProperties.java
/**
* Inspired by JASYPT:
* http://svn.code.sf.net/p/jasypt/code/trunk/jasypt/src/main/java/org/jasypt/properties/EncryptableProperties.java
*
* @author jbellmann
*/
From source file org.hardisonbrewing.s3j.DataProperties.java
public class DataProperties extends Properties { private static final long serialVersionUID = 3264378238193269071L; public byte[] getBinaryProperty(String key) throws DecoderException {
From source file org.structr.common.StructrConf.java
/** * * */ public class StructrConf extends Properties {
From source file cz.hobrasoft.pdfmu.IntProperties.java
/** * Properties with integer values * * @author <a href="mailto:filip.bartek@hobrasoft.cz">Filip Bartek</a> */ public class IntProperties extends Properties {
From source file de.mpg.imeji.logic.vo.Item.java
/**
* imeji item. Can be an image, a video, a sound, etc.
*
* @author saquet (initial creation)
* @author $Author$ (last modification)
* @version $Revision$ $LastChangedDate$
From source file org.bml.util.rt.telemetry.RTTelemetryConfig.java
/** * @author Brian M. Lima */ public class RTTelemetryConfig extends Properties { /** standard commons Logging */ private static final Log LOG = LogFactory.getLog(RTTelemetryConfig.class);
From source file org.glom.web.server.OnlineGlomProperties.java
/** A convenience class for dealing with the Online Glom configuration file * TODO: test this. */ class OnlineGlomProperties extends Properties { private static final long serialVersionUID = 4290997725469072758L;
From source file org.ops4j.pax.runner.AuditedProperties.java
/**
* Java Properties that audits changes of properties from the moment that was created.
*
* @author Alin Dreghiciu
* @since 0.5.0
*/
From source file org.panthercode.arctic.core.settings.Configuration.java
/**
* Class to store related items persistently. This class make the read and write operation a little bit more comfortable
* than <tt>Properties</tt> class do.
*
* @author PantherCode
*/
From source file it.com.pyxis.jira.LocalTestProperties.java
public class LocalTestProperties extends Properties { public LocalTestProperties() { super(); loadProperties(); }