Class BinaryManager

java.lang.Object
org.apache.felix.configurator.impl.json.BinaryManager
All Implemented Interfaces:
org.apache.felix.cm.json.ConfigurationReader.BinaryHandler

public class BinaryManager
extends java.lang.Object
implements org.apache.felix.cm.json.ConfigurationReader.BinaryHandler
  • Constructor Summary

    Constructors 
    Constructor Description
    BinaryManager​(BinUtil.ResourceProvider provider, JSONUtil.Report report)
    Create a new instance
  • Method Summary

    Modifier and Type Method Description
    void cleanupFiles()  
    java.util.List<java.io.File> flushFiles​(java.lang.String pid)  
    java.lang.String handleBinaryValue​(java.lang.String pid, java.lang.String key, java.lang.String value)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • handleBinaryValue

      public java.lang.String handleBinaryValue​(java.lang.String pid, java.lang.String key, java.lang.String value)
      Specified by:
      handleBinaryValue in interface org.apache.felix.cm.json.ConfigurationReader.BinaryHandler
    • cleanupFiles

      public void cleanupFiles()
    • flushFiles

      public java.util.List<java.io.File> flushFiles​(java.lang.String pid)