Class StreamStoreConfigPath

java.lang.Object
org.eclnt.jsfserver.streamstore.StreamStoreConfigPath

public class StreamStoreConfigPath extends Object
Access of files within the /eclntjsfserver/config directory in the context of stream store access.
  • Constructor Details

    • StreamStoreConfigPath

      public StreamStoreConfigPath()
  • Method Details

    • addContainedStreams

      public void addContainedStreams(List<String> result, String path, boolean withError)
    • readUTF8

      public String readUTF8(String path, boolean withError)
    • readData

      public byte[] readData(String path, boolean withError)