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
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
-
Constructor Details
-
FileDumpHelper
public FileDumpHelper()
-
-
Method Details
-
getFileSummary
-
attributes
- Returns:
- null if not found
- Since:
- pkg private since 0.9.35 for LogsHelper
-
getAtt
- Parameters:
atts
- non-null- Returns:
- HTML stripped, or null if not found
- Since:
- pkg private since 0.9.35 for LogsHelper
-