Package com.openhtmltopdf.util
Class Uu
java.lang.Object
com.openhtmltopdf.util.Util
com.openhtmltopdf.util.Uu
public class Uu extends Util
Description of the Class
- Author:
- empty
-
Method Summary
Modifier and Type Method Description static voiddump_stack()Description of the Methodstatic voidmain(String[] args)Description of the Methodstatic voidoff()Description of the Methodstatic voidon()Description of the Methodstatic voidp(Object object)Description of the Methodstatic voidpr(Object object)Description of the Methodstatic voidsleep(int msec)Description of the MethodMethods inherited from class com.openhtmltopdf.util.Util
center, center, file_to_string, file_to_string, inputstream_to_string, isEqual, isEqual, isNullOrEmpty, isNullOrEmpty, isNumber, list_to_strings, print, print_array, print_array, print_array, print_array, print_calendar, print_date, print_hashtable, print_vector, println, println, printUnixtime, replace, setOn, setPrintWriter, sleep, stack_to_string, stack_to_string, string_to_file, string_to_int, to_list, toList, vector_to_strings
-
Method Details
-
on
public static void on()Description of the Method -
off
public static void off()Description of the Method -
p
Description of the Method- Parameters:
object- PARAM
-
pr
Description of the Method- Parameters:
object- PARAM
-
sleep
Description of the Method- Parameters:
msec- PARAM- Throws:
InterruptedException
-
dump_stack
public static void dump_stack()Description of the Method -
main
Description of the Method- Parameters:
args- PARAM
-