Interface UtilToolbox

  • All Superinterfaces:
    java.rmi.Remote, TptRemote

    public interface UtilToolbox
    extends TptRemote
    the util toolbox is just a library containing a set of auxillary functions for the TPT API. These auxiallaries are not directly related to TPT projects and/or the TPT tool.
    • Method Detail

      • transformMarkupToPlainText

        java.lang.String transformMarkupToPlainText​(java.lang.String markup)
                                             throws java.rmi.RemoteException
        This function removes all markup code contained in markup to specify styles like *, **, ++ from the text.
        Parameters:
        markup - markup text to be converted to plain text
        Returns:
        Returns the plain text of a given markup text.
        Throws:
        java.rmi.RemoteException - remote communication problem