| Modifier and Type | Method and Description |
|---|---|
static String |
adapter(ObjectAdapter adapter) |
static void |
adapter(ObjectAdapter adapter,
DebugBuilder builder) |
static String |
graph(ObjectAdapter adapter,
AuthenticationSession authenticationSession)
Creates an ascii object graph diagram for the specified object, up to
three levels deep.
|
static void |
graph(ObjectAdapter object,
AuthenticationSession authenticationSession,
DebugBuilder debugBuilder)
As
graph(ObjectAdapter, AuthenticationSession), but appending to
the provided DebugBuilder. |
static String |
specification(ObjectAdapter adapter) |
static void |
specification(ObjectAdapter adapter,
DebugBuilder debugBuilder)
Convenience overload of
specification(ObjectSpecification, DebugBuilder) that takes the
ObjectSpecification ( ObjectAdapter.getSpecification())
of the provided ObjectAdapter |
static void |
specification(ObjectSpecification specification,
DebugBuilder debugBuilder) |
public static String specification(ObjectAdapter adapter)
public static void specification(ObjectAdapter adapter, DebugBuilder debugBuilder)
specification(ObjectSpecification, DebugBuilder) that takes the
ObjectSpecification ( ObjectAdapter.getSpecification())
of the provided ObjectAdapterpublic static void specification(ObjectSpecification specification, DebugBuilder debugBuilder)
public static String adapter(ObjectAdapter adapter)
adapter(ObjectAdapter, DebugBuilder)public static void adapter(ObjectAdapter adapter, DebugBuilder builder)
adapter(ObjectAdapter)public static String graph(ObjectAdapter adapter, AuthenticationSession authenticationSession)
public static void graph(ObjectAdapter object, AuthenticationSession authenticationSession, DebugBuilder debugBuilder)
graph(ObjectAdapter, AuthenticationSession), but appending to
the provided DebugBuilder.Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.