Protomatter Application Server v1.0

com.protomatter.pas
Class PASPropertyUtil

java.lang.Object
  |
  +--com.protomatter.pas.PASPropertyUtil

public class PASPropertyUtil
extends java.lang.Object

A utility class for parsing properties files.


Method Summary
static java.util.Properties getProperties(java.lang.String value)
          Parse a string that looks like "foo=bar,this=that" into properties.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getProperties

public static java.util.Properties getProperties(java.lang.String value)
Parse a string that looks like "foo=bar,this=that" into properties.

Protomatter Application Server v1.0
Copyright 1998-2002 Nate Sammons

Protomatter Application Server v1.0 http://protomatter.sourceforge.net/pas/1.0