Interface ProblemData

  • All Superinterfaces:
    java.util.Map<java.lang.String,​java.lang.String>
    All Known Implementing Classes:
    ProblemDataAbrt

    public interface ProblemData
    extends java.util.Map<java.lang.String,​java.lang.String>
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface java.util.Map

        java.util.Map.Entry<K extends java.lang.Object,​V extends java.lang.Object>
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String get​(ProblemDataKey key)  
      void put​(ProblemDataKey key, java.lang.String value)  
      void put​(ProblemDataKey key, java.lang.Throwable t)  
      void put​(java.lang.String key, java.lang.Throwable t)  
      void putFile​(java.lang.String filename)  
      • Methods inherited from interface java.util.Map

        clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
    • Method Detail

      • put

        void put​(java.lang.String key,
                 java.lang.Throwable t)
      • putFile

        void putFile​(java.lang.String filename)
              throws java.io.FileNotFoundException
        Throws:
        java.io.FileNotFoundException