Package ca.phon.phontalk
Class PhonTalkUtil
java.lang.Object
ca.phon.phontalk.PhonTalkUtil
Static utilities for PhonTalk.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
Is verbose output on? If set, the property "phontalk.verbose" will be true
-
Field Details
-
VERBOSE_SYSPROP
- See Also:
-
-
Constructor Details
-
PhonTalkUtil
public PhonTalkUtil()
-
-
Method Details
-
isVerbose
public static boolean isVerbose()Is verbose output on? If set, the property "phontalk.verbose" will be true- Returns:
- the verbose output flag. Default: false.
-