org.drools.guvnor.server.util
Class PropertiesPersistence
java.lang.Object
org.drools.guvnor.server.util.PropertiesPersistence
public class PropertiesPersistence
- extends Object
used to convert PropertiesHolder to text and back
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static PropertiesPersistence getInstance()
marshal
public String marshal(PropertiesHolder holder)
unmarshal
public PropertiesHolder unmarshal(String properties)
Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.