Package net.i2p.router.web.helpers
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
-
-
Field Summary
-
Fields inherited from class net.i2p.router.web.HelperBase
_context, _out, CHECKED, PROP_ADVANCED, SELECTED
-
-
Constructor Summary
Constructors Constructor Description FileDumpHelper()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) static Attributes
attributes(File f)
(package private) static String
getAtt(Attributes atts, String s)
String
getFileSummary()
-
Methods inherited from class net.i2p.router.web.HelperBase
_t, _t, _t, _x, getChecked, isAdvanced, ngettext, setContextId, storeWriter
-
-
-
-
Method Detail
-
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
-
-