Class FileDumpHelper

java.lang.Object
net.i2p.router.web.HelperBase
net.i2p.router.web.helpers.FileDumpHelper

public class FileDumpHelper extends HelperBase
Dump info on jars and wars
Since:
0.8.13
  • Constructor Details

    • FileDumpHelper

      public FileDumpHelper()
  • Method Details

    • getFileSummary

      public String getFileSummary()
    • attributes

      static Attributes attributes(File f)
      Returns:
      null if not found
      Since:
      pkg private since 0.9.35 for LogsHelper
    • getAtt

      static String getAtt(Attributes atts, String s)
      Parameters:
      atts - non-null
      Returns:
      HTML stripped, or null if not found
      Since:
      pkg private since 0.9.35 for LogsHelper