Package com.google.apphosting.runtime
Interface CloudDebuggerCallback
-
- All Known Implementing Classes:
AppVersion
public interface CloudDebuggerCallbackCallback interface used by Cloud Debugger to query AppEngine Classic runtime.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCloudDebuggerCallback.ClassTypeClassification of a Java class.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CloudDebuggerCallback.ClassTypegetClassType(Class<?> cls)Classifies Java class.
-
-
-
Method Detail
-
getClassType
CloudDebuggerCallback.ClassType getClassType(Class<?> cls)
Classifies Java class.The debugger hides or shows local variables and fields based on the class classification.
-
-