A B C D E F G H I J L M N O P R S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- APPLICATION_NAME - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
- arrayListToListString(ArrayList<?>) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
-
Utility method to create a list of the content of an ArrayList by converting each object to its toString() representation and appending it within a list using the supplied delimiter.
B
- byteToHexChars(byte) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
-
Converts a byte into an array of char's containing the hexadecimal digits.
C
- checkWordFilter(String) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
-
Set up filter if the supplied word contains an @ like in an email address, or starts or ends with a number, or contains http
- cleanseHTMLTagsFromText(String) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
-
Removes HTML Tags from the supplied text, replacing them with a space (0x20)
- cleanURL(String) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
-
Cleans trailing characters from the supplied URL based on how URL's might be referenced within dialogs (e.g., removes trailing comma, double quote, question mark, or period, as well as newline, and carriage return.
- cleanWord(String) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
-
Strip off non-word characters from the beginning and end of the supplied word.
- clone() - Method in class com.mdfromhtml.core.MDfromHTMLDate
- clone() - Method in class com.mdfromhtml.core.MDfromHTMLID
- closeTextFile(BufferedReader) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
-
Close a buffered reader opened using
MDfromHTMLUtils.openTextFile(String) - closeTextFile(BufferedWriter) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
-
Close a buffered writer flushing its content first.
- com.mdfromhtml.core - package com.mdfromhtml.core
- com.mdfromhtml.utility - package com.mdfromhtml.utility
- compareTo(MDfromHTMLDate) - Method in class com.mdfromhtml.core.MDfromHTMLDate
-
Compares this date with the supplied date and returns -1 if this date is less than the supplied date, 0 if equal, or 1 if greater than the supplied date.
- compareTo(MDfromHTMLDuration) - Method in class com.mdfromhtml.core.MDfromHTMLDuration
- compareTo(Object) - Method in class com.mdfromhtml.core.MDfromHTMLID
- compareTo(Date) - Method in class com.mdfromhtml.core.MDfromHTMLDate
- convertDateTime(String) - Static method in class com.mdfromhtml.core.MDfromHTMLDate
-
Converts a String in xs:dateTime format toMDfromHTMLDate format
- convertMillisecondsToTimeZone(int) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
-
Convert a number of milliseconds to a formatted String containing a sign, followed by the hours and minutes as in "-0500" or "+0100" which are used for TimeZones.
- convertTimeZoneToMilliseconds(String) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
-
Converts a timezone of the format +/-hhmm to milliseconds
- CREATE_DATE_FORMAT - Static variable in class com.mdfromhtml.core.MDfromHTMLDate
-
Format for parsing the create date string: 2004/08/04-07:23:15.987(-0400)
- CREATE_DATE_FORMAT_0 - Static variable in class com.mdfromhtml.core.MDfromHTMLDate
-
Format for parsing the create date string: 2004/08/04-07:23:15.987 which is assumed to be 0000 (Greenwich Mean Time).
- CREATE_DATE_FORMAT_1 - Static variable in class com.mdfromhtml.core.MDfromHTMLDate
-
Format for parsing the create date string: 2004/08/04-07:23:15 which is assumed to be 0000 (Greenwich Mean Time) with 0 milliseconds.
- CREATE_DATE_FORMAT_10 - Static variable in class com.mdfromhtml.core.MDfromHTMLDate
-
Format for parsing the create date string: 2004/08/04 07:23:15.987123 which is assumed to be 0000 (Greenwich Mean Time).
- CREATE_DATE_FORMAT_11 - Static variable in class com.mdfromhtml.core.MDfromHTMLDate
-
Format for parsing the create date string: Monday, 22 Sep 1959 08:12:34 which is assumed to be UTC (GMT)
- CREATE_DATE_FORMAT_12 - Static variable in class com.mdfromhtml.core.MDfromHTMLDate
-
Format for parsing the create date string: January 05 2018 00:44:45 which is assumed to be UTC (GMT)
- CREATE_DATE_FORMAT_2 - Static variable in class com.mdfromhtml.core.MDfromHTMLDate
-
Format for parsing the create date string: 2004/08/04-07:23 which is assumed to be 0000 (Greenwich Mean Time) with 0 seconds and milliseconds.
- CREATE_DATE_FORMAT_3 - Static variable in class com.mdfromhtml.core.MDfromHTMLDate
-
Format for parsing the create date string: 2004/08/04-07 which is assumed to be 0000 (Greenwich Mean Time) with 0 minutes, seconds and milliseconds.
- CREATE_DATE_FORMAT_4 - Static variable in class com.mdfromhtml.core.MDfromHTMLDate
-
Format for parsing the create date string: 2004/08/04 which is assumed to be 0000 (Greenwich Mean Time) at midnight.
- CREATE_DATE_FORMAT_5 - Static variable in class com.mdfromhtml.core.MDfromHTMLDate
-
Format for parsing the create date string: 2004/08/04-07:23:15(-0400) which is assumed to be -0400 (Eastern Daylight Time) with 0 milliseconds.
- CREATE_DATE_FORMAT_6 - Static variable in class com.mdfromhtml.core.MDfromHTMLDate
-
Format for parsing the create date string: 2004/08/04-07:23(-0400) which is assumed to be -0400 (Eastern Daylight Time) with 0 seconds and milliseconds.
- CREATE_DATE_FORMAT_7 - Static variable in class com.mdfromhtml.core.MDfromHTMLDate
-
Format for parsing the create date string: 2004/08/04-07(-0400) which is assumed to be -0400 (Eastern Daylight Time) with 0 minutes, seconds and milliseconds.
- CREATE_DATE_FORMAT_8 - Static variable in class com.mdfromhtml.core.MDfromHTMLDate
-
Format for parsing the create date string: 2004/08/04(-0400) which is assumed to be -0400 (Eastern Daylight Time) at midnight.
- CREATE_DATE_FORMAT_9 - Static variable in class com.mdfromhtml.core.MDfromHTMLDate
-
Format for parsing the create date string: 2004/08/04T07Z which is assumed to be 07:00:00.000 Zulu (UTC) Time.
D
- DAY_MS - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
- decode(String) - Static method in class com.mdfromhtml.core.MDfromHTMLBASE64Codec
-
Convert a String of BASE64 digits into a byte array, ignoring the equals (=) pad characters at the end.
- decode(String, boolean) - Static method in class com.mdfromhtml.core.MDfromHTMLBASE64Codec
-
Convert a String of BASE64 digits into a byte array, ignoring the equals (=) pad characters at the end.
- decrypt(String, char[], byte[]) - Static method in class com.mdfromhtml.core.MDfromHTMLCrypto
-
Unmasks the text using the salt and key
- decrypt(String, String) - Static method in class com.mdfromhtml.core.MDfromHTMLCrypto
-
Unmasks the text using the key and system supplied cryptographic initialization bytes
- DELETE - com.mdfromhtml.core.MDfromHTMLIPCVerbs
E
- elapsedDays() - Method in class com.mdfromhtml.core.MDfromHTMLDuration
-
Calculate the number of elapsed days between the start and end of this duration.
- elapsedDays(Date, Date) - Static method in class com.mdfromhtml.core.MDfromHTMLDuration
-
Calculate the number of elapsed days between the start and end of this duration.
- elapsedHours() - Method in class com.mdfromhtml.core.MDfromHTMLDuration
-
Calculate the number of elapsed hours between the start and end of this duration.
- elapsedHours(Date, Date) - Static method in class com.mdfromhtml.core.MDfromHTMLDuration
-
Calculate the number of elapsed hours between the start and end of this duration.
- elapsedMinutes() - Method in class com.mdfromhtml.core.MDfromHTMLDuration
-
Calculate the number of elapsed minutes between the start and end of this duration.
- elapsedMinutes(Date, Date) - Static method in class com.mdfromhtml.core.MDfromHTMLDuration
-
Calculate the number of elapsed minutes between the start and end of this duration.
- elapsedSeconds() - Method in class com.mdfromhtml.core.MDfromHTMLDuration
-
Calculate the number of elapsed seconds between the start and end of this duration.
- elapsedSeconds(Date, Date) - Static method in class com.mdfromhtml.core.MDfromHTMLDuration
-
Calculate the number of elapsed seconds between the start and end of this duration.
- elapsedTime() - Method in class com.mdfromhtml.core.MDfromHTMLDuration
-
Calculate the number of elapsed milliseconds between the start and end of this duration.
- elapsedTime(MDfromHTMLDate) - Method in class com.mdfromhtml.core.MDfromHTMLDate
-
Calculate the number of elapsed milliseconds between the supplied date and this date.
- elapsedTime(MDfromHTMLDate, MDfromHTMLDate) - Static method in class com.mdfromhtml.core.MDfromHTMLDate
- elapsedTime(Date) - Method in class com.mdfromhtml.core.MDfromHTMLDate
-
Calculate the number of elapsed milliseconds between the supplied date and this date.
- elapsedTime(Date, Date) - Static method in class com.mdfromhtml.core.MDfromHTMLDuration
-
Calculate the number of elapsed milliseconds between the start and end of this duration.
- EMPTY_Double - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
-
Equal to new Double(0), this is used to initialize values, typically used for optionally present values.
- EMPTY_Float - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
-
Equal to new Float(0f), this is used to initialize values, typically used for optionally present values.
- EMPTY_Integer - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
-
Equal to new Integer(0), this is used to initialize values, typically used for optionally present values.
- EMPTY_Long - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
-
Equal to new Long(0L), this is used to initialize values, typically used for optionally present values.
- EMPTY_Short - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
-
Equal to new Short((short)0), this is used to initialize values, typically used for optionally present values.
- EMPTY_String - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
-
Equal to "", this is used to initialize values, typically used for optionally present values (e.g., descriptions, notes, long names).
- encode(byte[]) - Static method in class com.mdfromhtml.core.MDfromHTMLBASE64Codec
-
Transform a byte array into a string of the BASE64 characters.
- encode(byte[], boolean) - Static method in class com.mdfromhtml.core.MDfromHTMLBASE64Codec
-
Transform a byte array into a string of the BASE64 characters.
- encrypt(String) - Static method in class com.mdfromhtml.core.MDfromHTMLCrypto
-
Masks the supplied text
- encrypt(String, char[], byte[]) - Static method in class com.mdfromhtml.core.MDfromHTMLCrypto
-
Masks the supplied text using the key and salt bytes
- ENV_MASKER_KEY - Static variable in class com.mdfromhtml.core.MDfromHTMLMasker
-
Environment variable used to define the environment variable holding the masking key
- ENV_MDfromHTML_HOME - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
- equals(MDfromHTMLDuration) - Method in class com.mdfromhtml.core.MDfromHTMLDuration
- equals(Object) - Method in class com.mdfromhtml.core.MDfromHTMLDate
- equals(Object) - Method in class com.mdfromhtml.core.MDfromHTMLID
- ERRANT_JSON_STRING - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
- exceptionTraceToString(Throwable) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
-
Captures an exception's stack trace as a string for inclusion in JSON objects
F
- FMT - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
- formattedElapsedTime() - Method in class com.mdfromhtml.core.MDfromHTMLDuration
- formattedElapsedTime(double) - Static method in class com.mdfromhtml.core.MDfromHTMLDuration
- formattedElapsedTime(long) - Static method in class com.mdfromhtml.core.MDfromHTMLDuration
- formattedElapsedTime(Date, Date) - Static method in class com.mdfromhtml.core.MDfromHTMLDuration
- fromByteArray(byte[]) - Static method in class com.mdfromhtml.core.MDfromHTMLIPCMessage
-
Converts the message format sent across the wire into a MDfromHTMLIPCMessage object
- fromName(String) - Static method in enum com.mdfromhtml.core.MDfromHTMLIPCApplications
- fromName(String) - Static method in enum com.mdfromhtml.core.MDfromHTMLIPCVerbs
- fromUTF8Bytes(byte[]) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
-
Transform the UTF-8 encoded byte array into a String
- fromValue(int) - Static method in enum com.mdfromhtml.core.MDfromHTMLIPCApplications
- fromValue(int) - Static method in enum com.mdfromhtml.core.MDfromHTMLIPCVerbs
G
- generateNewID() - Static method in class com.mdfromhtml.core.MDfromHTMLID
-
General purpose factory constructor
- GET - com.mdfromhtml.core.MDfromHTMLIPCVerbs
- getApplication() - Method in interface com.mdfromhtml.core.IMDfromHTMLIPCMessage
- getApplication() - Method in class com.mdfromhtml.core.MDfromHTMLIPCMessage
- getApplicationName() - Static method in class com.mdfromhtml.core.MDfromHTMLPropertyManager
- getApplicationValue() - Method in interface com.mdfromhtml.core.IMDfromHTMLIPCMessage
- getApplicationValue() - Method in class com.mdfromhtml.core.MDfromHTMLIPCMessage
- getArrayFromObject(ObjectNode, String) - Static method in class com.mdfromhtml.core.MDfromHTMLComms
- getAssembledMessage(MDfromHTMLIPCMessage[]) - Static method in class com.mdfromhtml.core.MDfromHTMLIPCMessage
-
Reassembles an array of sequenced messages into a single message
- getBooleanFromObject(ObjectNode, String) - Static method in class com.mdfromhtml.core.MDfromHTMLComms
- getDay(String) - Method in class com.mdfromhtml.core.MDfromHTMLDate
-
Get the day of this date for the specified timezone.
- getEndDate() - Method in class com.mdfromhtml.core.MDfromHTMLDuration
- getExistingID(String) - Static method in class com.mdfromhtml.core.MDfromHTMLID
-
Constructor
- getHexTime() - Static method in class com.mdfromhtml.core.MDfromHTMLDate
- getHostName() - Static method in class com.mdfromhtml.core.MDfromHTMLPropertyManager
- getHours(String) - Method in class com.mdfromhtml.core.MDfromHTMLDate
-
Get the hours of this date for the specified timezone.
- getIPCMaxMessageSize() - Static method in class com.mdfromhtml.core.MDfromHTMLIPCMessage
- getKey() - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
- getLoggerConsoleLevel() - Static method in class com.mdfromhtml.core.MDfromHTMLPropertyManager
- getLoggerDirectory() - Static method in class com.mdfromhtml.core.MDfromHTMLPropertyManager
- getLoggerFileLevel() - Static method in class com.mdfromhtml.core.MDfromHTMLPropertyManager
- getLoggerMaxNumber() - Static method in class com.mdfromhtml.core.MDfromHTMLPropertyManager
- getLoggerMaxSize() - Static method in class com.mdfromhtml.core.MDfromHTMLPropertyManager
- getLoggerStemName() - Static method in class com.mdfromhtml.core.MDfromHTMLPropertyManager
- getMDfromHTMLHomeDirectory() - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
- getMDfromHTMLIPCProps() - Static method in class com.mdfromhtml.core.MDfromHTMLIPCMessage
- getMDfromHTMLIPCProps() - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
- getMDfromHTMLServicesProps() - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
- getMDfromHTMLWebServicesURI() - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
- getMessage() - Method in interface com.mdfromhtml.core.IMDfromHTMLIPCMessage
- getMessage() - Method in class com.mdfromhtml.core.MDfromHTMLIPCMessage
- getMessageBytes() - Method in interface com.mdfromhtml.core.IMDfromHTMLIPCMessage
- getMessageBytes() - Method in class com.mdfromhtml.core.MDfromHTMLIPCMessage
- getMessageSize() - Method in class com.mdfromhtml.core.MDfromHTMLIPCMessage
-
Retrieve the length (in bytes) of the message content.
- getMilliseconds(String) - Method in class com.mdfromhtml.core.MDfromHTMLDate
-
Get the milliseconds of this date for the specified timezone.
- getMinutes(String) - Method in class com.mdfromhtml.core.MDfromHTMLDate
-
Get the minutesr of this date for the specified timezone.
- getMonth(String) - Method in class com.mdfromhtml.core.MDfromHTMLDate
-
Get the month of this date for the specified timezone.
- getName() - Method in class com.mdfromhtml.core.MDfromHTMLDuration
- getNameFromClass(Class<?>) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
-
Transform a fully qualified Class' name into just the name of the class without the leading package.
- getNonNullObjectFromNode(JsonNode) - Static method in class com.mdfromhtml.core.MDfromHTMLComms
- getObjectFromObject(ObjectNode, String) - Static method in class com.mdfromhtml.core.MDfromHTMLComms
- getPortNumber() - Static method in class com.mdfromhtml.core.MDfromHTMLPropertyManager
- getProtocol() - Static method in class com.mdfromhtml.core.MDfromHTMLPropertyManager
- getPublisherName() - Method in interface com.mdfromhtml.core.IMDfromHTMLIPCMessage
- getPublisherName() - Method in class com.mdfromhtml.core.MDfromHTMLIPCMessage
- getSeconds(String) - Method in class com.mdfromhtml.core.MDfromHTMLDate
-
Get the seconds of this date for the specified timezone.
- getSequence() - Method in interface com.mdfromhtml.core.IMDfromHTMLIPCMessage
- getSequence() - Method in class com.mdfromhtml.core.MDfromHTMLIPCMessage
- getSequencedMessages(int) - Method in class com.mdfromhtml.core.MDfromHTMLIPCMessage
-
Splits a single message into a sequence of smaller messages based on the chunkSize.
- getServiceProperties() - Static method in class com.mdfromhtml.core.MDfromHTMLPropertyManager
- getServletName() - Static method in class com.mdfromhtml.core.MDfromHTMLPropertyManager
- getSessionID() - Method in interface com.mdfromhtml.core.IMDfromHTMLIPCMessage
- getSessionID() - Method in class com.mdfromhtml.core.MDfromHTMLIPCMessage
- getSessionID() - Method in class com.mdfromhtml.core.SessionTopicTypeRegexSearch
- getShortTimeZoneList() - Static method in class com.mdfromhtml.core.MDfromHTMLDate
-
Return a list of timezone values.
- getShortTimeZoneList(String) - Static method in class com.mdfromhtml.core.MDfromHTMLDate
-
Return a list of timezone values associated with the supplied prefix.
- getStartDate() - Method in class com.mdfromhtml.core.MDfromHTMLDuration
- getStringFromObject(ObjectNode, String) - Static method in class com.mdfromhtml.core.MDfromHTMLComms
- getStringFromObject(ObjectNode, String, String) - Static method in class com.mdfromhtml.core.MDfromHTMLComms
- getTime() - Method in interface com.mdfromhtml.core.IMDfromHTMLIPCMessage
- getTime() - Method in class com.mdfromhtml.core.MDfromHTMLIPCMessage
- getTimeZoneList() - Static method in class com.mdfromhtml.core.MDfromHTMLDate
- getTimeZoneList(String) - Static method in class com.mdfromhtml.core.MDfromHTMLDate
- getTopic() - Method in interface com.mdfromhtml.core.IMDfromHTMLIPCMessage
- getTopic() - Method in class com.mdfromhtml.core.MDfromHTMLIPCMessage
- getTopicRegex() - Method in class com.mdfromhtml.core.SessionTopicTypeRegexSearch
- getType() - Method in interface com.mdfromhtml.core.IMDfromHTMLIPCMessage
- getType() - Method in class com.mdfromhtml.core.MDfromHTMLIPCMessage
- getTypeRegex() - Method in class com.mdfromhtml.core.SessionTopicTypeRegexSearch
- getUniqueID() - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
- getUserID() - Method in interface com.mdfromhtml.core.IMDfromHTMLIPCMessage
-
Retrieve the user identification associated with this message
- getUserID() - Method in class com.mdfromhtml.core.MDfromHTMLIPCMessage
- getValue() - Method in enum com.mdfromhtml.core.MDfromHTMLIPCApplications
- getValue() - Method in enum com.mdfromhtml.core.MDfromHTMLIPCVerbs
- getVerb() - Method in interface com.mdfromhtml.core.IMDfromHTMLIPCMessage
-
Retrieve the enumerated value associated with this message
- getVerb() - Method in class com.mdfromhtml.core.MDfromHTMLIPCMessage
- getVerbValue() - Method in interface com.mdfromhtml.core.IMDfromHTMLIPCMessage
-
Retrieve the numeric identity of the verb
- getVerbValue() - Method in class com.mdfromhtml.core.MDfromHTMLIPCMessage
- getVersion() - Static method in class com.mdfromhtml.core.MDfromHTMLPropertyManager
- getYear(String) - Method in class com.mdfromhtml.core.MDfromHTMLDate
-
Get the year of this date for the specified timezone.
H
- hashCode() - Method in class com.mdfromhtml.core.MDfromHTMLID
- HEX_BYTES - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
- HEX_CHARS - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
- hexDecode(String) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
-
Transform the string of hexadecimal digits into a byte array.
- hexEncode(byte[]) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
-
Convert the byte array into a String of hexadecimal digits.
- HOUR_MS - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
I
- ID_LENGTH - Static variable in class com.mdfromhtml.core.MDfromHTMLID
- ID_UNDEFINED - Static variable in class com.mdfromhtml.core.MDfromHTMLID
- iDayMilliseconds - Static variable in class com.mdfromhtml.core.MDfromHTMLUtils
- iHourMilliseconds - Static variable in class com.mdfromhtml.core.MDfromHTMLUtils
- IMDfromHTMLIPCMessage - Interface in com.mdfromhtml.core
-
Interface for the MDfromHTML IPC Message to be sent (or received) across the MDfromHTML Interprocess Communications Infrastructure.
- iMinuteMilliseconds - Static variable in class com.mdfromhtml.core.MDfromHTMLUtils
- INTERNAL_ActorEmail - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
- IPC_DEFAULT_TOPIC - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
- IPC_MAX_MESSAGE_SIZE - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
- IPC_MAX_MESSAGE_SIZE - Static variable in class com.mdfromhtml.core.MDfromHTMLIPCMessage
-
Below overridden by a MDfromHTMLIPC.properties value
- isEmpty(String) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
-
Determine if the String is empty (equals "").
- isJSON() - Method in interface com.mdfromhtml.core.IMDfromHTMLIPCMessage
- isJSON() - Method in class com.mdfromhtml.core.MDfromHTMLIPCMessage
- isLastMessage() - Method in interface com.mdfromhtml.core.IMDfromHTMLIPCMessage
- isLastMessage() - Method in class com.mdfromhtml.core.MDfromHTMLIPCMessage
- isMessageWanted(IMDfromHTMLIPCMessage) - Method in class com.mdfromhtml.core.SessionTopicTypeRegexSearch
-
Determines whether the supplied msg matches the search criteria of this object
- isOnlyMessage() - Method in interface com.mdfromhtml.core.IMDfromHTMLIPCMessage
- isOnlyMessage() - Method in class com.mdfromhtml.core.MDfromHTMLIPCMessage
- isSequence() - Method in interface com.mdfromhtml.core.IMDfromHTMLIPCMessage
- isSequence() - Method in class com.mdfromhtml.core.MDfromHTMLIPCMessage
- isUndefined() - Method in class com.mdfromhtml.core.MDfromHTMLDate
-
Tests for equality to the UNDEFINED_MDfromHTMLDate which is one second after the epoch date (midnight 1/1/1970 GMT).
- isUndefined() - Method in class com.mdfromhtml.core.MDfromHTMLDuration
-
Determine if thisMDfromHTMLDuration is undefined (e.g., if its name equals UNDEFINED_String).
- isUndefined() - Method in class com.mdfromhtml.core.MDfromHTMLID
- isUndefined(byte) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
-
Determine if the passed byte matches the
MDfromHTMLConstants.UNDEFINED_byte. - isUndefined(char) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
-
Determine if the passed char matches the
MDfromHTMLConstants.UNDEFINED_char. - isUndefined(double) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
-
Determine if the passed double matches the
MDfromHTMLConstants.UNDEFINED_double. - isUndefined(float) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
-
Determine if the passed float matches the
MDfromHTMLConstants.UNDEFINED_float. - isUndefined(int) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
-
Determine if the passed int matches the
MDfromHTMLConstants.UNDEFINED_int. - isUndefined(long) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
-
Determine if the passed long matches the
MDfromHTMLConstants.UNDEFINED_long. - isUndefined(short) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
-
Determine if the passed short matches the
MDfromHTMLConstants.UNDEFINED_short. - isUndefined(MDfromHTMLDate) - Static method in class com.mdfromhtml.core.MDfromHTMLDate
-
Tests for equality to the UNDEFINED_MDfromHTMLDate which is one millisecond after the epoch date (midnight 1/1/1970 GMT).
- isUndefined(MDfromHTMLID) - Static method in class com.mdfromhtml.core.MDfromHTMLID
- isUndefined(Boolean) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
-
Determine if the passed Boolean matches the
MDfromHTMLConstants.UNDEFINED_Boolean. - isUndefined(Byte) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
-
Determine if the passed Byte matches the
MDfromHTMLConstants.UNDEFINED_Byte. - isUndefined(Character) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
-
Determine if the passed Character matches the
MDfromHTMLConstants.UNDEFINED_Character. - isUndefined(Class<?>) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
-
Determine if the pass Class matches the
MDfromHTMLConstants.UNDEFINED_Class. - isUndefined(Double) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
-
Determine if the passed Double matches the
MDfromHTMLConstants.UNDEFINED_Double. - isUndefined(Float) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
-
Determine if the passed Float matches the
MDfromHTMLConstants.UNDEFINED_Float. - isUndefined(Integer) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
-
Determine if the passed Integer matches the
MDfromHTMLConstants.UNDEFINED_Integer. - isUndefined(Long) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
-
Determine if the passed Long matches the
MDfromHTMLConstants.UNDEFINED_Long. - isUndefined(Object) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
-
Determine if the passed Object matches any of the
MDfromHTMLConstantsfor UNDEFINED_* values. - isUndefined(Short) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
-
Determine if the passed Short matches the
MDfromHTMLConstants.UNDEFINED_Short. - isUndefined(String) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
-
Determine if the passed String is null, or when trimmed, matches the
MDfromHTMLConstants.UNDEFINED_Stringor is empty or is equal to "null" (to support ABLE rules) - isUndefined(BigInteger) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
-
Determine if the passed BigInteger matches the
MDfromHTMLConstants.UNDEFINED_BigInteger. - isUndefined(URI) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
-
Determine if the passed URI is null, or equals the
MDfromHTMLConstants.UNDEFINED_URI - isUndefined(Date) - Static method in class com.mdfromhtml.core.MDfromHTMLDate
-
Tests for equality to the UNDEFINED_MDfromHTMLDate which is one millisecond after the epoch date (midnight 1/1/1970 GMT).
- isValidURL(String) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
-
Tests whether the supplied url is valid
J
- JSONFormat - Class in com.mdfromhtml.utility
-
Utility to format JSON files by reading and serializing them.
- JSONFormat() - Constructor for class com.mdfromhtml.utility.JSONFormat
L
- listSourceFiles(Path, String) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
-
Construct and return a sorted list of files in a directory identified by the dir that have extensions matching the ext
- listStringToArrayList(String) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
-
Transform a list of fields contained in a String bounded with opening ('{') and closing ('}') braces, and delimited with one of the delimiters (comma, space, tab, pipe).
- loadJSONArray(String) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
-
Load the JSONArray from the specified JSON file from the fully qualified file name or throw the appropriate exception.
- loadJSONArtifact(String) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
-
Load the specified JSON file from the fully qualified file name or throw the appropriate exception.
- loadJSONFile(String) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
-
Load the specified JSON file from the fully qualified file name or throw the appropriate exception.
- loadMDfromHTMLProperties(String) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
-
Load the specified properties file and return the properties object, or null if an error occurs.
- loadTextFile(String) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
-
Reads the lines of a text file into a list of strings and returns that list.
M
- m_strClassName - Static variable in class com.mdfromhtml.core.MDfromHTMLDate
- m_strClassName - Static variable in class com.mdfromhtml.core.MDfromHTMLDuration
- main(String[]) - Static method in class com.mdfromhtml.core.MDfromHTMLBASE64Codec
- main(String[]) - Static method in class com.mdfromhtml.core.MDfromHTMLComms
- main(String[]) - Static method in class com.mdfromhtml.core.MDfromHTMLCrypto
- main(String[]) - Static method in class com.mdfromhtml.core.MDfromHTMLDate
- main(String[]) - Static method in class com.mdfromhtml.core.MDfromHTMLDuration
- main(String[]) - Static method in class com.mdfromhtml.core.MDfromHTMLID
- main(String[]) - Static method in class com.mdfromhtml.core.MDfromHTMLIPCMessage
-
Test rig for various methods
- main(String[]) - Static method in class com.mdfromhtml.core.MDfromHTMLMasker
- main(String[]) - Static method in class com.mdfromhtml.utility.JSONFormat
-
Utility to format a single file or a directory of files matching a specified file extension (without the leading period).
- makeDate(String) - Static method in class com.mdfromhtml.core.MDfromHTMLDate
-
General purpose Date generator that parses multiple formats, supplying default values if they are unspecified.
- makeFormattedDate(Date, String, String) - Static method in class com.mdfromhtml.core.MDfromHTMLDate
-
Create a formatted string showing the date in theMDfromHTML date format for 0000 (Greenwich Mean Time).
- makeFormattedLocalDate(Date) - Static method in class com.mdfromhtml.core.MDfromHTMLDate
-
Create a formatted string showing the local date in theMDfromHTML date format
- mask(String) - Static method in class com.mdfromhtml.core.MDfromHTMLMasker
-
Masks a text string
- maskArray(JSONArray) - Static method in class com.mdfromhtml.core.MDfromHTMLMasker
-
Masks all string values found in the supplied array
- maskObject(JSONObject) - Static method in class com.mdfromhtml.core.MDfromHTMLMasker
-
Masks all string values found in the supplied object
- MAX_TIME() - Static method in class com.mdfromhtml.core.MDfromHTMLDate
- MAX_VALUE() - Static method in class com.mdfromhtml.core.MDfromHTMLDate
- MDfromHTML - com.mdfromhtml.core.MDfromHTMLIPCApplications
- MDfromHTML_DEFAULT_PROPERTY_FILE_KEY - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
-
The default encryption key used for properties files.
- MDfromHTML_DELIMITER - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
- MDfromHTML_DIR_DATA - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
- MDfromHTML_DIR_PROPERTIES - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
- MDfromHTML_DOMAIN - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
- MDfromHTML_EMAIL_DOMAIN - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
- MDfromHTML_HOME_DIRECTORY_NAME - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
- MDfromHTML_IPC_PropertiesFileName - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
- MDfromHTML_SVCS_HOST_NAME_PROP - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
- MDfromHTML_SVCS_LOGGER_CONSOLE_LEVEL - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
- MDfromHTML_SVCS_LOGGER_DIRECTORY - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
- MDfromHTML_SVCS_LOGGER_FILE_LEVEL - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
- MDfromHTML_SVCS_LOGGER_MAX_NUMBER - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
- MDfromHTML_SVCS_LOGGER_MAX_SIZE - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
- MDfromHTML_SVCS_LOGGER_STEM_NAME - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
- MDfromHTML_SVCS_PORT_PROP - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
- MDfromHTML_SVCS_PropertiesFileName - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
- MDfromHTML_SVCS_PROTOCOL_PROP - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
- MDfromHTML_SVCS_SCHEMA_FILENAME - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
- MDfromHTML_SVCS_SERVLET_NAME_PROP - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
- MDfromHTML_SVCS_VERSION_PROP - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
- MDfromHTML_TRACE_FILE_NAME - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
- MDfromHTML_TRACE_SPEC - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
- MDfromHTMLBASE64Codec - Class in com.mdfromhtml.core
-
A home grown Base 64 encoder/decoder that produces and interprets content compatible with other Base 64 codecs from Apache.org and Sun
- MDfromHTMLBASE64Codec() - Constructor for class com.mdfromhtml.core.MDfromHTMLBASE64Codec
- MDfromHTMLComms - Class in com.mdfromhtml.core
-
Communications utilities
- MDfromHTMLComms() - Constructor for class com.mdfromhtml.core.MDfromHTMLComms
- MDfromHTMLConstants - Class in com.mdfromhtml.core
- MDfromHTMLConstants() - Constructor for class com.mdfromhtml.core.MDfromHTMLConstants
- MDfromHTMLCrypto - Class in com.mdfromhtml.core
-
Utility to mask / unmask text.
- MDfromHTMLCrypto() - Constructor for class com.mdfromhtml.core.MDfromHTMLCrypto
- MDfromHTMLDate - Class in com.mdfromhtml.core
-
Special MDfromHTML Date object extends java.util.Date with special constructors takingMDfromHTML specific date formatted strings.
- MDfromHTMLDate() - Constructor for class com.mdfromhtml.core.MDfromHTMLDate
-
Constructor forMDfromHTMLDate using the current date/time.
- MDfromHTMLDate(double) - Constructor for class com.mdfromhtml.core.MDfromHTMLDate
-
Constructor initializing the time to the value supplied.
- MDfromHTMLDate(int, int, int, int, int, int, int, String) - Constructor for class com.mdfromhtml.core.MDfromHTMLDate
-
Create anMDfromHTMLDate object from the supplied date information.
- MDfromHTMLDate(long) - Constructor for class com.mdfromhtml.core.MDfromHTMLDate
-
Constructor initializing the time to the value supplied.
- MDfromHTMLDate(String) - Constructor for class com.mdfromhtml.core.MDfromHTMLDate
-
Create anMDfromHTMLDate object from theMDfromHTML formatted date string
- MDfromHTMLDate(Date) - Constructor for class com.mdfromhtml.core.MDfromHTMLDate
-
Constructor initializing the time to the date supplied.
- MDfromHTMLDuration - Class in com.mdfromhtml.core
-
Utility class for durations in time.
- MDfromHTMLDuration() - Constructor for class com.mdfromhtml.core.MDfromHTMLDuration
-
Construct an undefinedMDfromHTMLDuration.
- MDfromHTMLDuration(String) - Constructor for class com.mdfromhtml.core.MDfromHTMLDuration
-
Construct a well formedMDfromHTMLDuration
- MDfromHTMLDuration(String, MDfromHTMLDate, MDfromHTMLDate) - Constructor for class com.mdfromhtml.core.MDfromHTMLDuration
-
Construct a well formedMDfromHTMLDuration
- MDfromHTMLID - Class in com.mdfromhtml.core
-
Implementation of the MDfromHTMLID class which provides a unique identifier for an MDfromHTML object.
- MDfromHTMLID() - Constructor for class com.mdfromhtml.core.MDfromHTMLID
-
Construct a compressed MDfromHTMLID based on
MDfromHTMLBASE64Codec.encode(byte[],boolean)of the bytes gleaned fromUUID.randomUUID() - MDfromHTMLIPCApplications - Enum in com.mdfromhtml.core
-
Valid choices for the application sending messages across the publish / subscribe network
- MDfromHTMLIPCMessage - Class in com.mdfromhtml.core
-
Implementation of the MDfromHTML IPC Message to be sent (or received) across the MDfromHTML Interprocess Communications Infrastructure.
- MDfromHTMLIPCMessage(JSONObject) - Constructor for class com.mdfromhtml.core.MDfromHTMLIPCMessage
- MDfromHTMLIPCMessage(String, MDfromHTMLID, MDfromHTMLIPCApplications, String, String, MDfromHTMLIPCVerbs, MDfromHTMLID, byte[]) - Constructor for class com.mdfromhtml.core.MDfromHTMLIPCMessage
-
Constructor.
- MDfromHTMLIPCMessage(String, MDfromHTMLID, MDfromHTMLIPCApplications, String, String, MDfromHTMLIPCVerbs, MDfromHTMLID, JSONObject) - Constructor for class com.mdfromhtml.core.MDfromHTMLIPCMessage
-
Constructor.
- MDfromHTMLIPCVerbs - Enum in com.mdfromhtml.core
-
Valid choices for the verbs describing what kind of action the message reflects.
- MDfromHTMLMasker - Class in com.mdfromhtml.core
-
Utility class to provide obfuscation of text and JSON objects.
- MDfromHTMLMasker() - Constructor for class com.mdfromhtml.core.MDfromHTMLMasker
- MDfromHTMLPropertyManager - Class in com.mdfromhtml.core
-
Loads the MDfromHTML properties and provides accessors to their values
- MDfromHTMLPropertyManager() - Constructor for class com.mdfromhtml.core.MDfromHTMLPropertyManager
- MDfromHTMLProps - Static variable in class com.mdfromhtml.core.MDfromHTMLPropertyManager
- MDfromHTMLUtils - Class in com.mdfromhtml.core
-
Utility methods commonly used throughout the MDfromHTML Project
- MDfromHTMLUtils() - Constructor for class com.mdfromhtml.core.MDfromHTMLUtils
- MIN_MS - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
- MIN_VALUE() - Static method in class com.mdfromhtml.core.MDfromHTMLDate
N
- newInstanceFromListString(String) - Static method in class com.mdfromhtml.core.MDfromHTMLDuration
-
Create anMDfromHTMLDuration from the passed list string.
O
- openTextFile(String) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
- openTextWriterFile(String) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
P
- padLeft(int, int, char) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
-
Helper method to create strings of the form "000nn".
- padLeft(String, int, char) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
-
Creates a new String padded on its left side with the supplied pad character guaranteed to be the supplied length.
- padLeftZero(int, int) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
-
Creates a new String padded on its left side with zeros ('0') that is guaranteed to be the supplied length.
- padLeftZero(String, int) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
-
Creates a new String padded on its left side with zeros ('0') that is guaranteed to be the supplied length.
- padRight(int, int, char) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
-
Helper method to create strings of the form "nn000".
- padRight(String, int, char) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
-
Creates a new String padded on its right side with the supplied pad character guaranteed to be the supplied length.
- padRightZero(int, int) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
-
Creates a new String padded on its right side with zeros ('0') that is guaranteed to be the supplied length.
- padRightZero(String, int) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
-
Creates a new String padded on its right side with zeros ('0') that is guaranteed to be the supplied length.
- parseCSV(String, boolean) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
-
Method to parse the passed String record to extract data values defined by fields delimited by comma (0x2C), or tab (0x09).
- parseFields(String) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
-
Method to parse the passed String record to extract data values defined by fields delimited by space (0x20), comma (0x2C), pipe (0x7C) or tab (0x09).
- parseTimeZoneFromListEntry(String) - Static method in class com.mdfromhtml.core.MDfromHTMLDate
-
Find the timezone string by parsing the timezone list entry formed by the getTimeZoneList routine.
- PATCH - com.mdfromhtml.core.MDfromHTMLIPCVerbs
- POST - com.mdfromhtml.core.MDfromHTMLIPCVerbs
- processField(String) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
-
Retrieve the object from the passed String by interpreting the content of the string to guess if it contains an Integer, Double, or String.
- prompt(String) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
-
Print the supplied prompt (if not null) and return the trimmed response
- prompt(String, boolean) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
-
Print the supplied prompt (if not null) and return the trimmed response according to the supplied trim control
- PUT - com.mdfromhtml.core.MDfromHTMLIPCVerbs
R
- readLine(BufferedReader) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
-
Reads a buffered reader line up to a newline and returns the content read as a String that does not contain the linefeed.
- readLine(BufferedReader, HashSet<Integer>) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
-
Reads a buffered reader line up to any of the terminator characters (e.g., 0x0a for newline) and returns the content read as a String that does not contain the terminator.
- reloadProperties() - Static method in class com.mdfromhtml.core.MDfromHTMLPropertyManager
- removeTag(String, String) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
-
Removes the tag identified with tagPrefix through its closing >
S
- SALT - Static variable in class com.mdfromhtml.core.MDfromHTMLCrypto
- saveJSONFile(String, JSONObject) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
-
Save the specified JSONObject in serialized form to the specified file or throw the appropriate exception.
- saveTextFile(String, String) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
-
Save the specified JSONObject in serialized form to the specified file or throw the appropriate exception.
- SEED_RANDOM - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
-
If this class is initialized in a different JVM is started at the same millisecond, its s_r will generate the same sequence of random numbers.
- SEED_SECURE_RANDOM - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
- sendRequest(String, JSONObject, JSONObject) - Static method in class com.mdfromhtml.core.MDfromHTMLComms
- sendRequest(String, ObjectNode, ObjectNode) - Static method in class com.mdfromhtml.core.MDfromHTMLComms
- sendRequest(String, ObjectNode, JsonObject) - Static method in class com.mdfromhtml.core.MDfromHTMLComms
- sendRequest(String, JsonObject, JsonObject) - Static method in class com.mdfromhtml.core.MDfromHTMLComms
- sendRequest(String, String, String, String, String, String, String, String, JsonObject) - Static method in class com.mdfromhtml.core.MDfromHTMLComms
- SessionTopicTypeRegexSearch - Class in com.mdfromhtml.core
-
Bean for filters for getMessages
- SessionTopicTypeRegexSearch(MDfromHTMLID, String, String) - Constructor for class com.mdfromhtml.core.SessionTopicTypeRegexSearch
-
Constructor
- setDay(int, String) - Method in class com.mdfromhtml.core.MDfromHTMLDate
-
Set the day of this date to the specified day.
- setDuration(MDfromHTMLDate, MDfromHTMLDate) - Method in class com.mdfromhtml.core.MDfromHTMLDuration
-
Set the start and end dates for this duration.
- setEndDate(MDfromHTMLDate) - Method in class com.mdfromhtml.core.MDfromHTMLDuration
-
Set the end date for this duration.
- setHours(int, String) - Method in class com.mdfromhtml.core.MDfromHTMLDate
-
Set the hours of this date to the specified hours.
- setMessage(JSONObject) - Method in class com.mdfromhtml.core.MDfromHTMLIPCMessage
-
Updates the message when disassembling or reassembling a chunked message
- setMilliseconds(int, String) - Method in class com.mdfromhtml.core.MDfromHTMLDate
-
Set the milliseconds of this date to the specified seconds.
- setMinutes(int, String) - Method in class com.mdfromhtml.core.MDfromHTMLDate
-
Set the minutes of this date to the specified minutes.
- setMonth(int, String) - Method in class com.mdfromhtml.core.MDfromHTMLDate
-
Set the month of this date to the specified month.
- setName(String) - Method in class com.mdfromhtml.core.MDfromHTMLDuration
-
Set the name for this duration.
- setSeconds(int, String) - Method in class com.mdfromhtml.core.MDfromHTMLDate
-
Set the seconds of this date to the specified seconds.
- setStartDate(MDfromHTMLDate) - Method in class com.mdfromhtml.core.MDfromHTMLDuration
-
Set the start date for this duration.
- setYear(int, String) - Method in class com.mdfromhtml.core.MDfromHTMLDate
-
Set the year of this date to the specified year.
- shortenString(String, int) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
-
Shortens a long string to show the first maxLen characters and appends "..."
T
- toByteArray(MDfromHTMLIPCMessage) - Static method in class com.mdfromhtml.core.MDfromHTMLIPCMessage
-
Transforms a message into the byte array used for transmission on the wire
- toDate() - Method in class com.mdfromhtml.core.MDfromHTMLDate
- toHdrString() - Method in class com.mdfromhtml.core.MDfromHTMLIPCMessage
- toJson() - Method in class com.mdfromhtml.core.MDfromHTMLIPCMessage
- toString() - Method in interface com.mdfromhtml.core.IMDfromHTMLIPCMessage
- toString() - Method in class com.mdfromhtml.core.MDfromHTMLDate
- toString() - Method in class com.mdfromhtml.core.MDfromHTMLDuration
-
Generates a list string compatible with the Utils listStringToArrayList method describing this duration.
- toString() - Method in class com.mdfromhtml.core.MDfromHTMLID
- toString() - Method in enum com.mdfromhtml.core.MDfromHTMLIPCApplications
- toString() - Method in class com.mdfromhtml.core.MDfromHTMLIPCMessage
- toString() - Method in enum com.mdfromhtml.core.MDfromHTMLIPCVerbs
- toString(String) - Method in class com.mdfromhtml.core.MDfromHTMLDate
-
Return a String containing formatted date in the specified timezone.
- toString(String) - Method in class com.mdfromhtml.core.MDfromHTMLDuration
-
Generates a list string compatible with the Utils listStringToArrayList method describing this duration using the specified timezone for dates.
- toString(String, String) - Method in class com.mdfromhtml.core.MDfromHTMLDate
-
Return a String containing formatted date in the specified timezone.
- toStringCookie() - Method in class com.mdfromhtml.core.MDfromHTMLDate
- toStringDateTime() - Method in class com.mdfromhtml.core.MDfromHTMLDate
- toStringDBTimestamp() - Method in class com.mdfromhtml.core.MDfromHTMLDate
- toStringFull() - Method in interface com.mdfromhtml.core.IMDfromHTMLIPCMessage
- toStringFull() - Method in class com.mdfromhtml.core.MDfromHTMLIPCMessage
- toStringFull(boolean) - Method in interface com.mdfromhtml.core.IMDfromHTMLIPCMessage
- toStringFull(boolean) - Method in class com.mdfromhtml.core.MDfromHTMLIPCMessage
- toStringHeader() - Method in class com.mdfromhtml.core.MDfromHTMLIPCMessage
- toUTF8Bytes(String) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
-
Transform the String to a UTF-8 encoded byte array
- trimSpaces(String) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
U
- UNDEFINED - com.mdfromhtml.core.MDfromHTMLIPCApplications
- UNDEFINED - com.mdfromhtml.core.MDfromHTMLIPCVerbs
- UNDEFINED_BigInteger - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
-
Equal to 9223372036854775806L (Long.MAX_VALUE - 1), this is used to identify and/or initialize a BigInteger value that has yet to receive a valid value.
- UNDEFINED_Boolean - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
-
Equal to null, this is used to identify and/or initialize a Boolean value that has yet to receive a valid value.
- UNDEFINED_byte - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
-
Equal to 126 (Byte.MAX_VALUE - 1), this is used to identify and/or initialize a byte value that has yet to receive a valid value.
- UNDEFINED_Byte - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
-
Equal to 126, this is used to identify and/or initialize a Byte value that has yet to receive a valid value.
- UNDEFINED_char - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
-
Equal to 65534 (Character.MAX_VALUE-1), this is used to identify and/or initialize a char value that has yet to receive a valid value.
- UNDEFINED_Character - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
-
Equal to Character.MAX_VALUE-1 (65534), this is used to identify and/or initialize a Character value that has yet to receive a valid value.
- UNDEFINED_Class - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
- UNDEFINED_Date - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
-
Equal to one millisecond after the epoch date (midnight 1/1/1970 00:00:00.001), this is used to identify and/or initialize a Date value that has yet to receive a valid value.
- UNDEFINED_double - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
-
Equal to Double.longBitsToDouble(0x7feffffffffffffeL), this is used to identify and/or initialize a double value that has yet to receive a valid value.
- UNDEFINED_Double - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
-
Equal to Double.longBitsToDouble(0x7feffffffffffffeL), this is used to identify and/or initialize a Double value that has yet to receive a valid value.
- UNDEFINED_float - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
-
Equal to Float.intBitsToFloat(0x7f7ffffe), this is used to identify and/or initialize a float value that has yet to receive a valid value.
- UNDEFINED_Float - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
-
Equal to Float.intBitsToFloat(0x7f7ffffe), this is used to identify and/or initialize a Float value that has yet to receive a valid value.
- UNDEFINED_ID - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
- UNDEFINED_ID - Static variable in class com.mdfromhtml.core.MDfromHTMLID
- UNDEFINED_int - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
-
Equal to 2147483646 (Integer.MAX_VALUE - 1), this is used to identify and/or initialize an int value that has yet to receive a valid value.
- UNDEFINED_Integer - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
-
Equal to 2147483646, this is used to identify and/or initialize a Integer value that has yet to receive a valid value.
- UNDEFINED_long - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
-
Equal to 9223372036854775806L (Long.MAX_VALUE - 1), this is used to identify and/or initialize a long value that has yet to receive a valid value.
- UNDEFINED_Long - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
-
Equal to 9223372036854775806, this is used to identify and/or initialize a Long value that has yet to receive a valid value.
- UNDEFINED_MDfromHTML_DB2_Date_String - Static variable in class com.mdfromhtml.core.MDfromHTMLDate
-
Intended to be equal to "1970-01-01 00:00:00.000001".
- UNDEFINED_MDfromHTMLDate - Static variable in class com.mdfromhtml.core.MDfromHTMLDate
-
An undefined version of this object.
- UNDEFINED_MDfromHTMLDate_Milliseconds - Static variable in class com.mdfromhtml.core.MDfromHTMLDate
-
Number of milliseconds past the 1/1/70 midnight epoch used to define an undefined date
- UNDEFINED_MDfromHTMLDuration - Static variable in class com.mdfromhtml.core.MDfromHTMLDuration
-
An undefined version of this object.
- UNDEFINED_nonnegative_int - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
-
Equal to -1, this is used to identify and/or initialize an int value that is intended to be nonnegative but that has yet to receive a valid (i.e., >= 0) value.
- UNDEFINED_Nonnegative_Integer - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
-
Equal to -1, this is used to identify and/or initialize an Integer value that is intended to be nonnegative but that has yet to receive a valid (i.e., >= 0) value.
- UNDEFINED_nonnegative_long - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
-
Equal to -1L, this is used to identify and/or initialize a long value that is intended to be nonnegative but that has yet to receive a valid (i.e., >= 0) value.
- UNDEFINED_Nonnegative_Long - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
-
Equal to -1, this is used to identify and/or initialize a Long value that is intended to be nonnegative but that has yet to receive a valid (i.e., >= 0) value.
- UNDEFINED_nonnegative_short - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
-
Equal to -1L, this is used to identify and/or initialize a short value that is intended to be nonnegative but that has yet to receive a valid (i.e., >= 0) value.
- UNDEFINED_Nonnegative_Short - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
-
Equal to -1, this is used to identify and/or initialize a Short value that is intended to be nonnegative but that has yet to receive a valid (i.e., >= 0) value.
- UNDEFINED_positive_int - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
-
Equal to 0, this is used to identify and/or initialize an int value that is intended to be positive but that has yet to receive a valid (i.e., > 0) value.
- UNDEFINED_Positive_Integer - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
-
Equal to 0, this is used to identify and/or initialize an Integer value that is intended to be positive but that has yet to receive a valid (i.e., > 0) value.
- UNDEFINED_positive_long - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
-
Equal to 0, this is used to identify and/or initialize a long value that is intended to be positive but that has yet to receive a valid (i.e., > 0) value.
- UNDEFINED_Positive_Long - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
-
Equal to 0, this is used to identify and/or initialize a Long value that is intended to be positive but that has yet to receive a valid (i.e., > 0) value.
- UNDEFINED_positive_short - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
-
Equal to -1, this is used to identify and/or initialize a short value that is intended to be positive but that has yet to receive a valid (i.e., > 0) value.
- UNDEFINED_Positive_Short - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
-
Equal to 0, this is used to identify and/or initialize a Short value that is intended to be positive but that has yet to receive a valid (i.e., > 0) value.
- UNDEFINED_short - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
-
Equal to 32766 (Short.MAX_VALUE - 1), this is used to identify and/or initialize a short value that has yet to receive a valid value.
- UNDEFINED_Short - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
-
Equal to 32766, this is used to identify and/or initialize a short value that has yet to receive a valid value.
- UNDEFINED_String - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
-
Equal to a question mark, this is used to identify and/or initialize a String that has yet to receive a valid value.
- UNDEFINED_URI - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
-
Equal to "//", this is used to identify and/or initialize a URI that has yet to receive a valid value.
- undefinedForNull(MDfromHTMLDate) - Static method in class com.mdfromhtml.core.MDfromHTMLDate
-
Converts the inputMDfromHTMLDate to an undefinedMDfromHTMLDate if the inputMDfromHTMLDate is null.
- undefinedForNull(MDfromHTMLDuration) - Static method in class com.mdfromhtml.core.MDfromHTMLDuration
-
Converts the inputMDfromHTMLDuration to an undefinedMDfromHTMLDuration if the input MDfromHTMLDuration is null.
- undefinedForNull(Double) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
-
Converts the input Double to
MDfromHTMLConstants.UNDEFINED_Doubleiff the input Double is null. - undefinedForNull(Integer) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
-
Converts the input Integer to
MDfromHTMLConstants.UNDEFINED_Integeriff the input Integer is null. - undefinedForNull(String) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
-
Converts the input String to
MDfromHTMLConstants.UNDEFINED_Stringiff the input String is null or empty after being trimmed. - undefinedForNull(Date) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
-
Converts the input Date to
MDfromHTMLConstants.UNDEFINED_Dateiff the input Date is null. - unescapeMarkdown(String) - Static method in class com.mdfromhtml.core.MDfromHTMLUtils
-
Clean up markdown escape sequences for \.
- unmask(String) - Static method in class com.mdfromhtml.core.MDfromHTMLMasker
-
Used to unmask masked content
- unmaskArray(JSONArray) - Static method in class com.mdfromhtml.core.MDfromHTMLMasker
-
Unmasks any string values found in the array elements
- unmaskObject(JSONObject) - Static method in class com.mdfromhtml.core.MDfromHTMLMasker
-
Unmasks all string values found within the supplied object
- UTF8_CHARSET - Static variable in class com.mdfromhtml.core.MDfromHTMLConstants
- UTF8_CHARSET - Static variable in class com.mdfromhtml.core.MDfromHTMLUtils
V
- val_safe - Static variable in class com.mdfromhtml.core.MDfromHTMLBASE64Codec
- val_safe - Static variable in class com.mdfromhtml.core.MDfromHTMLID
- valueOf(String) - Static method in enum com.mdfromhtml.core.MDfromHTMLIPCApplications
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mdfromhtml.core.MDfromHTMLIPCVerbs
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.mdfromhtml.core.MDfromHTMLIPCApplications
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.mdfromhtml.core.MDfromHTMLIPCVerbs
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages