Autopsy  4.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Static Public Member Functions | Static Private Attributes | List of all members
org.sleuthkit.autopsy.coreutils.EscapeUtil Class Reference

Static Public Member Functions

static String decodeURL (String url)
 
static String encodeURL (String url)
 
static String escapeHtml (String toEscape)
 
static String unEscapeHtml (String toUnescape)
 

Static Private Attributes

static final Logger logger = Logger.getLogger(EscapeUtil.class.getName())
 

Detailed Description

Text escaping utilities.

Definition at line 30 of file EscapeUtil.java.

Member Function Documentation

static String org.sleuthkit.autopsy.coreutils.EscapeUtil.decodeURL ( String  url)
static

Decode the given url in UTF-8.

Parameters
urlthe url to be decoded
Returns
the decoded URL

Definition at line 41 of file EscapeUtil.java.

static String org.sleuthkit.autopsy.coreutils.EscapeUtil.encodeURL ( String  url)
static

Encode the given url in UTF-8 to

Parameters
urlthe url to be decoded
Returns
the encoded URL string

Definition at line 58 of file EscapeUtil.java.

static String org.sleuthkit.autopsy.coreutils.EscapeUtil.escapeHtml ( String  toEscape)
static

Escape html

Parameters
toEscapetext (with html tags) to escape
Returns
html-escaped string

Definition at line 75 of file EscapeUtil.java.

static String org.sleuthkit.autopsy.coreutils.EscapeUtil.unEscapeHtml ( String  toUnescape)
static

Unescape html

Parameters
toUnescapetext (potentially escaped html) to unescape
Returns
html unescaped string

Definition at line 86 of file EscapeUtil.java.

Member Data Documentation

final Logger org.sleuthkit.autopsy.coreutils.EscapeUtil.logger = Logger.getLogger(EscapeUtil.class.getName())
staticprivate

Definition at line 32 of file EscapeUtil.java.


The documentation for this class was generated from the following file:

Copyright © 2012-2016 Basis Technology. Generated on: Mon Apr 24 2017
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.