org.drools.guvnor.server.util
Class PropertiesPersistence

java.lang.Object
  extended by org.drools.guvnor.server.util.PropertiesPersistence

public class PropertiesPersistence
extends Object

used to convert PropertiesHolder to text and back


Method Summary
static PropertiesPersistence getInstance()
           
 String marshal(PropertiesHolder holder)
           
 PropertiesHolder unmarshal(String properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static PropertiesPersistence getInstance()

marshal

public String marshal(PropertiesHolder holder)

unmarshal

public PropertiesHolder unmarshal(String properties)


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.