diff --git a/docs/com/nuix/superutilities/misc/FormatUtility.html b/docs/com/nuix/superutilities/misc/FormatUtility.html index 0f95411..bf3cea6 100644 --- a/docs/com/nuix/superutilities/misc/FormatUtility.html +++ b/docs/com/nuix/superutilities/misc/FormatUtility.html @@ -17,7 +17,7 @@ catch(err) { } //--> -var methods = {"i0":9,"i1":9,"i2":9,"i3":9,"i4":9,"i5":10,"i6":9,"i7":9,"i8":9,"i9":10,"i10":10,"i11":10,"i12":10,"i13":9,"i14":9,"i15":9,"i16":9,"i17":9,"i18":10,"i19":9,"i20":10,"i21":10,"i22":9}; +var methods = {"i0":9,"i1":9,"i2":9,"i3":9,"i4":9,"i5":10,"i6":9,"i7":9,"i8":9,"i9":10,"i10":10,"i11":10,"i12":10,"i13":9,"i14":9,"i15":9,"i16":9,"i17":9,"i18":9,"i19":10,"i20":9,"i21":10,"i22":10,"i23":9,"i24":9}; var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -215,65 +215,77 @@

Method Summary

+static java.lang.String +getHtmlText(java.lang.String htmlSource) +
Convenience method for getting the "rendered text" (text as seen in browser) of HTML source code using Jsoup.
+ + + static FormatUtility getInstance()  - + static double getUnitBase()
Gets the unit base which will be used in size calculations.
- + static boolean getUseSIUnits()
Gets value indicating whether SI Unit (1000 Bytes = 1 Kilo Byte) will be used.
- + static byte[] hexToBytes(java.lang.String hex)
Convenience method for converting hex string to byte array.
- + static java.io.File makeGuidPath(nuix.Item item, java.io.File rootDirectory, java.lang.String extension)  - + java.lang.String resolvePlaceholders(java.lang.String template, java.util.Map<java.lang.String,java.lang.Object> placeholderValues)
Simple method to replace place holders with values in a template string.
- + static double round(double value, int numberOfDigitsAfterDecimalPoint)
Helper method for rounding a decimal value to a particular number of decimal places.
- + java.lang.String secondsToElapsedString(java.lang.Double offsetSeconds)
Converts a value representing some number of seconds to an "elapsed" string.
- + java.lang.String secondsToElapsedString(long offsetSeconds)
Converts a value representing some number of seconds to an "elapsed" string.
- + static void setUseSIUnits(boolean useSIUnits)
Gets value indicating whether SI Unit (1000 Bytes = 1 Kilo Byte) will be used.
+ +static java.util.List<java.lang.String> +tokenizeText(java.lang.String inputText) +
Convenience method for using Lucene's StandardTokenizer to tokenize arbitrary text.
+ + + + + + + + + + diff --git a/docs/index-files/index-19.html b/docs/index-files/index-19.html index 54daaf7..560fb68 100644 --- a/docs/index-files/index-19.html +++ b/docs/index-files/index-19.html @@ -118,6 +118,10 @@

T

 
toHeaderLine(List<String>) - Static method in class com.nuix.superutilities.loadfiles.DatLoadFile
 
+
tokenizeText(String) - Static method in class com.nuix.superutilities.misc.FormatUtility
+
+
Convenience method for using Lucene's StandardTokenizer to tokenize arbitrary text.
+
toLine(LinkedHashMap<String, String>) - Static method in class com.nuix.superutilities.loadfiles.DatLoadFile
 
toLine(String[]) - Static method in class com.nuix.superutilities.loadfiles.DatLoadFile
diff --git a/docs/index-files/index-7.html b/docs/index-files/index-7.html index c0fdf70..5a2c4d4 100644 --- a/docs/index-files/index-7.html +++ b/docs/index-files/index-7.html @@ -341,6 +341,10 @@

G

 
getHost() - Method in class com.nuix.superutilities.cases.CaseLockInfo
 
+
getHtmlText(String) - Static method in class com.nuix.superutilities.misc.FormatUtility
+
+
Convenience method for getting the "rendered text" (text as seen in browser) of HTML source code using Jsoup.
+
getId() - Method in class com.nuix.superutilities.loadfiles.OptRecord
 
getIncludeChildGuids() - Method in class com.nuix.superutilities.export.JsonExporter