org.apache.felix.framework.security.util
Class PropertiesCache

java.lang.Object
  extended by org.apache.felix.framework.security.util.PropertiesCache

public final class PropertiesCache
extends java.lang.Object


Constructor Summary
PropertiesCache(java.io.File store, java.io.File tmp, org.apache.felix.framework.util.SecureAction action)
           
 
Method Summary
 void read(java.lang.Class target, java.util.Map map)
           
 void write(java.util.Map data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesCache

public PropertiesCache(java.io.File store,
                       java.io.File tmp,
                       org.apache.felix.framework.util.SecureAction action)
Method Detail

write

public void write(java.util.Map data)
           throws java.io.IOException
Throws:
java.io.IOException

read

public void read(java.lang.Class target,
                 java.util.Map map)
          throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.