<P>Given the provided line of Javadoc, return the same line with all JavaDoc Link Codes translated to actual urls.</P>
<P>Equal to <CODE><A HREF="~JD~getJavadocLine(s,jdf,jdca,b,b,tlao)~EJD~">getJavadocLine</A>(s_line, jdf_current, jdc_array, b_cibJDLCTarget, b_ignoreIndirectJDLCs, (new <A HREF="~JD~tlao#tlao()~EJD~">TLAObjects</A>()))</CODE></P>
**/
public String getJavadocLine(String s_line, JDFile jdf_current, JDCArray jdc_array, boolean b_cibJDLCTarget, boolean b_ignoreIndirectJDLCs) throws TemplateFormatException {
return getJavadocLine(s_line, jdf_current, jdc_array, b_cibJDLCTarget, b_ignoreIndirectJDLCs, (new TLAObjects()));
}