org.apache.maven.coreit.component
Interface StatefulSingleton

All Known Implementing Classes:
DefaultStatefulSingleton

public interface StatefulSingleton


Method Summary
 String getProperty(String key)
           
 void saveProperties(File propertiesFile)
           
 void setProperty(String key, String value)
           
 

Method Detail

setProperty

void setProperty(String key,
                 String value)

getProperty

String getProperty(String key)

saveProperties

void saveProperties(File propertiesFile)
                    throws IOException
Throws:
IOException


Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.