Class ReplacementForDebug
java.lang.Object
de.inetsoftware.jwebassembly.api.sun.security.util.ReplacementForDebug
Replacement methods for the class sun.security.util.Debug.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
Help()
Replacement forSystem.exit(int)
private static void
init()
Replacement for static code.
-
Constructor Details
-
ReplacementForDebug
ReplacementForDebug()
-
-
Method Details
-
init
private static void init()Replacement for static code. -
Help
public static void Help()Replacement forSystem.exit(int)
-