Common tools library 6.0.0-SNAPSHOT

org.jboss.dashboard.toolkit.factory
Class ConfigValueWriter

java.lang.Object
  extended by org.jboss.dashboard.toolkit.factory.ConfigWriter
      extended by org.jboss.dashboard.toolkit.factory.ConfigValueWriter

public class ConfigValueWriter
extends ConfigWriter


Field Summary
 
Fields inherited from class org.jboss.dashboard.toolkit.factory.ConfigWriter
PROPERTY_SEPARATOR
 
Constructor Summary
  ConfigValueWriter(String factoryPath)
           
protected ConfigValueWriter(String factoryPath, String commentsPath)
           
 
Method Summary
 String readProperty(String factoryPropertyPath)
           
 void writeProperty(String factoryPropertyPath, String value)
           
 
Methods inherited from class org.jboss.dashboard.toolkit.factory.ConfigWriter
existsComponent, getPropertiesFilePath, writePropertiesToComponent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigValueWriter

public ConfigValueWriter(String factoryPath)

ConfigValueWriter

protected ConfigValueWriter(String factoryPath,
                            String commentsPath)
Method Detail

writeProperty

public void writeProperty(String factoryPropertyPath,
                          String value)
                   throws IOException
Throws:
IOException

readProperty

public String readProperty(String factoryPropertyPath)
                    throws IOException
Throws:
IOException

Common tools library 6.0.0-SNAPSHOT

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