|
PenProfile 2.x | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Class | |
|---|---|
| com.livescribe.ext.util | Contains miscellaneous helper utilities, including a logging helper, collections classes, and a few threading primitives. |
| java.lang | Provides classes that are fundamental to the Java programming language. |
| Uses of Class in com.livescribe.ext.util |
|---|
| Methods in com.livescribe.ext.util with parameters of type Class | |
|---|---|
static void |
Log.debug(Class clss,
String method,
String msg)
Writes a debug message to the log and prefixes the message with "SimpleClassName.method: ". |
static void |
Log.error(Class clss,
String method,
String msg)
Writes an error to the log and prefixes the message with "SimpleClassName.method: ". |
static void |
Log.info(Class clss,
String method,
String msg)
Writes an info message to the log and prefixes the message with "SimpleClassName.method: ". |
static void |
Log.out(Class clss,
String method,
String msg)
Sends the output to System.out. |
static void |
Log.test(Class clss,
String method,
String msg)
Writes a test message to the log and prefixes the message with "SimpleClassName.method: ". |
static void |
Log.warn(Class clss,
String method,
String msg)
Writes a warning to the log and prefixes the message with "SimpleClassName.method: ". |
| Uses of Class in java.lang |
|---|
| Methods in java.lang that return Class | |
|---|---|
static Class |
Class.forName(String className)
Returns the Class object associated with the class
with the given string name. |
Class |
Object.getClass()
Returns the runtime class of an object. |
| Methods in java.lang with parameters of type Class | |
|---|---|
boolean |
Class.isAssignableFrom(Class cls)
Determines if the class or interface represented by this Class object is either the same as, or is a superclass or
superinterface of, the class or interface represented by the specified
Class parameter. |
|
PenProfile 2.x | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||