MonkeyPatchSunSecurityUtilDebugAction

@deprecated("MonkeyPatchSunSecurityUtilDebugAction has been deprecated and does nothing. Please use the javax.net.debug system property.", "0.4.0") class MonkeyPatchSunSecurityUtilDebugAction(val newDebug: Debug, val newOptions: String) extends FixLoggingAction
Deprecated
trait PrivilegedExceptionAction[Unit]
class Object
trait Matchable
class Any

Value members

Concrete methods

def isUsingDebug: Boolean
def isValidClass(className: String): Boolean
def run(): Unit

Inherited methods

def findClasses: Set[Class[_]]
Inherited from
ClassFinder
def isValidField(field: Field, definedType: Class[_]): Boolean
Inherited from
FixLoggingAction
def monkeyPatchField(field: Field, newObject: AnyRef): Unit
Inherited from
MonkeyPatcher

Concrete fields

val debugType: Class[Debug]
val initialResource: String
val newDebug: Debug
val newOptions: String