Skip navigation links
A B C D E F G H I K L M N O P R S T U V W 

A

appBuiltType - Variable in class at.favre.lib.planb.PlanBConfig
 
appFlavour - Variable in class at.favre.lib.planb.PlanBConfig
 
applicationVariant - Variable in class at.favre.lib.planb.data.CrashData
Built type and variant
applicationVariant(String, String) - Method in class at.favre.lib.planb.PlanBConfig.Builder
 
AsciiDocRenderer - Class in at.favre.lib.planb.parser
Renderer for http://www.methods.co.nz/asciidoc/
AsciiDocRenderer() - Constructor for class at.favre.lib.planb.parser.AsciiDocRenderer
 
at.favre.lib.planb - package at.favre.lib.planb
 
at.favre.lib.planb.data - package at.favre.lib.planb.data
 
at.favre.lib.planb.exceptions - package at.favre.lib.planb.exceptions
 
at.favre.lib.planb.interfaces - package at.favre.lib.planb.interfaces
 
at.favre.lib.planb.parser - package at.favre.lib.planb.parser
 
at.favre.lib.planb.recover - package at.favre.lib.planb.recover
 
at.favre.lib.planb.util - package at.favre.lib.planb.util
 

B

BaseCrashBehaviour - Class in at.favre.lib.planb.recover
Base implementation
BaseCrashBehaviour(boolean, boolean, boolean, CrashRecoverBehaviour.CrashAction, CrashRecoverBehaviour.CrashAction) - Constructor for class at.favre.lib.planb.recover.BaseCrashBehaviour
 
behaviourFactory() - Static method in class at.favre.lib.planb.PlanB
 
bugReportMarkupLanguage - Variable in class at.favre.lib.planb.PlanBConfig
 
bugReportMarkupLanguage(int) - Method in class at.favre.lib.planb.PlanBConfig.Builder
 
BugReportPlaceholderHandler - Class in at.favre.lib.planb.parser
Handling the document specific placeholder
BugReportPlaceholderHandler(CrashData) - Constructor for class at.favre.lib.planb.parser.BugReportPlaceholderHandler
 
build() - Method in class at.favre.lib.planb.PlanBConfig.Builder
 
Builder() - Constructor for class at.favre.lib.planb.PlanBConfig.Builder
 

C

callDefaultExceptionHandler() - Method in interface at.favre.lib.planb.interfaces.CrashRecoverBehaviour
If the default exception handler should be called.
callDefaultExceptionHandler() - Method in class at.favre.lib.planb.recover.BaseCrashBehaviour
 
causeClassName - Variable in class at.favre.lib.planb.data.CrashData
Class name of the first cause
causeFileName - Variable in class at.favre.lib.planb.data.CrashData
File name of the first cause
causeLineNum - Variable in class at.favre.lib.planb.data.CrashData
File line number of the first cause
causeMethodName - Variable in class at.favre.lib.planb.data.CrashData
Method name of the first cause
ci(String, String) - Method in class at.favre.lib.planb.PlanBConfig.Builder
 
ciBuildId - Variable in class at.favre.lib.planb.PlanBConfig
 
ciBuildJob - Variable in class at.favre.lib.planb.PlanBConfig
 
ciString - Variable in class at.favre.lib.planb.data.CrashData
Continous Integration build number, etc.
clear() - Method in class at.favre.lib.planb.data.InMemoryCrashDataHandler
 
clear() - Method in class at.favre.lib.planb.data.SharedPrefCrashDataHandler
 
clear() - Method in interface at.favre.lib.planb.interfaces.CrashDataHandler
Clears all persisted crash data entries.
compareTo(CrashData) - Method in class at.favre.lib.planb.data.CrashData
 
countOfCrashes(long) - Method in class at.favre.lib.planb.data.InMemoryCrashDataHandler
 
countOfCrashes(long) - Method in class at.favre.lib.planb.data.SharedPrefCrashDataHandler
 
countOfCrashes(long) - Method in interface at.favre.lib.planb.interfaces.CrashDataHandler
Returns the count of crash data entries that were persisted after the given time.
crash() - Static method in class at.favre.lib.planb.util.CrashUtil
Throws a mock runtime exception for testing
CrashData - Class in at.favre.lib.planb.data
This is the model that contains all the crash information
CrashData(String, long, String, String, String, String, String, String, int, String, String, String, String, String, Map<String, String>) - Constructor for class at.favre.lib.planb.data.CrashData
 
CrashData(Parcel) - Constructor for class at.favre.lib.planb.data.CrashData
 
CrashDataHandler - Interface in at.favre.lib.planb.interfaces
Handles retrieving and persisting of crash data
crashDataHandler(CrashDataHandler) - Method in class at.favre.lib.planb.PlanBConfig.Builder
 
CrashDataHandlerFactory - Interface in at.favre.lib.planb.interfaces
Factory for built-in crash data handler
crashDataHandlerFactory() - Static method in class at.favre.lib.planb.PlanB
 
CrashDataUtil - Class in at.favre.lib.planb.util
Util for crash data
CrashDataUtil() - Constructor for class at.favre.lib.planb.util.CrashDataUtil
 
CrashRecoverBehaviour - Interface in at.favre.lib.planb.interfaces
Interface for the recovery behaviour.
CrashRecoverBehaviour.CrashAction - Interface in at.favre.lib.planb.interfaces
CrashRecoverBehaviour.CrashAction.Noop - Class in at.favre.lib.planb.interfaces
Default no-op implementation
CrashUtil - Class in at.favre.lib.planb.util
Util for handling crashes and exceptions
CrashUtil() - Constructor for class at.favre.lib.planb.util.CrashUtil
 
create(Map<String, String>) - Static method in class at.favre.lib.planb.data.CrashData
 
createCrashDataFromStringSet(Set<String>) - Static method in class at.favre.lib.planb.util.CrashDataUtil
Creates a crash data model from simple serialized key:value set.
createCrashDataSet(CrashData) - Static method in class at.favre.lib.planb.util.CrashDataUtil
Simple serializer of crash data to
createDefaultHandlerBehaviour() - Method in interface at.favre.lib.planb.interfaces.RecoverBehaviorFactory
Creates behaviour which acts like the default handle (ie. showing a OS error dialog)
createDefaultHandlerBehaviour(CrashRecoverBehaviour.CrashAction, CrashRecoverBehaviour.CrashAction) - Method in interface at.favre.lib.planb.interfaces.RecoverBehaviorFactory
Creates behaviour which acts like the default handle (ie. showing a OS error dialog)
createFromCrash(PlanBConfig, Thread, Throwable, Map<String, String>) - Static method in class at.favre.lib.planb.util.CrashDataUtil
Creates a crash model from exception data
createInMemoryHandler() - Method in interface at.favre.lib.planb.interfaces.CrashDataHandlerFactory
Creates an in-memory handler, useful for e.g. production
createMap() - Method in class at.favre.lib.planb.data.CrashData
 
createRestartForegroundActivityCrashBehaviour() - Method in interface at.favre.lib.planb.interfaces.RecoverBehaviorFactory
Creates behaviour where the current foreground activity will be started on crash.
createRestartForegroundActivityCrashBehaviour(CrashRecoverBehaviour.CrashAction, CrashRecoverBehaviour.CrashAction) - Method in interface at.favre.lib.planb.interfaces.RecoverBehaviorFactory
Creates behaviour where the current foreground activity will be started on crash.
createRestartLauncherActivityCrashBehaviour() - Method in interface at.favre.lib.planb.interfaces.RecoverBehaviorFactory
Creates behaviour where the current launcher activity will be started on crash, effectively restarting the app.
createSharedPrefHandler(Context) - Method in interface at.favre.lib.planb.interfaces.CrashDataHandlerFactory
Creates the default SharedPreferences backed crash storage.
createSharedPrefHandler(Context, int) - Method in interface at.favre.lib.planb.interfaces.CrashDataHandlerFactory
Creates the default SharedPreferences backed crash storage
createStartActivityCrashBehaviour(Intent) - Method in interface at.favre.lib.planb.interfaces.RecoverBehaviorFactory
Creates behaviour where the provided activity will be started
createStartActivityCrashBehaviour(Intent, CrashRecoverBehaviour.CrashAction, CrashRecoverBehaviour.CrashAction) - Method in interface at.favre.lib.planb.interfaces.RecoverBehaviorFactory
Creates behaviour where the provided activity will be started.
createSuppressCrashBehaviour() - Method in interface at.favre.lib.planb.interfaces.RecoverBehaviorFactory
Creates behaviour where crashes will be suppressed and no error dialog or similar will be shown
createSuppressCrashBehaviour(CrashRecoverBehaviour.CrashAction, CrashRecoverBehaviour.CrashAction) - Method in interface at.favre.lib.planb.interfaces.RecoverBehaviorFactory
Creates behaviour where crashes will be suppressed and no error dialog or similar will be shown
CREATOR - Static variable in class at.favre.lib.planb.data.CrashData
 
customData - Variable in class at.favre.lib.planb.data.CrashData
 

D

debugCrashDataHandler(CrashDataHandler) - Method in class at.favre.lib.planb.PlanBConfig.Builder
 
debugCrashDataHandler - Variable in class at.favre.lib.planb.PlanBConfig
 
DefaultBehavior - Class in at.favre.lib.planb.recover
Android's default crash handling behavior (ie. just showing a dialog)
DefaultBehavior(CrashRecoverBehaviour.CrashAction, CrashRecoverBehaviour.CrashAction) - Constructor for class at.favre.lib.planb.recover.DefaultBehavior
 
DefaultBehavior() - Constructor for class at.favre.lib.planb.recover.DefaultBehavior
 
describeContents() - Method in class at.favre.lib.planb.data.CrashData
 
disableCrashHandler() - Method in class at.favre.lib.planb.PlanB
Disables the defined crash handler and sets the default one.

E

enableCrashHandler(Context, CrashRecoverBehaviour) - Method in class at.favre.lib.planb.PlanB
Enables the crash handling logic, setting the config and behaviour.
enableCrashHandler(Context, CrashRecoverBehaviour, CrashRecoverBehaviour) - Method in class at.favre.lib.planb.PlanB
Enables the crash handling logic, setting the config and behaviour.
enableLog(boolean) - Method in class at.favre.lib.planb.PlanBConfig.Builder
 
enableLog - Variable in class at.favre.lib.planb.PlanBConfig
 
equals(Object) - Method in class at.favre.lib.planb.data.CrashData
 
equals(Object) - Method in class at.favre.lib.planb.PlanBConfig
 

F

FOREGROUND_ACTIVITY - Static variable in class at.favre.lib.planb.recover.StartActivityBehaviour
 
fullStacktrace - Variable in class at.favre.lib.planb.data.CrashData
Full stacktrace

G

GenericMLParser - Class in at.favre.lib.planb.parser
Parses the generic markup language that is used as intermediate for other markup languages.
GenericMLParser() - Constructor for class at.favre.lib.planb.parser.GenericMLParser
 
GenericMLParser.MarkupToken - Annotation Type in at.favre.lib.planb.parser
 
genericTokens - Static variable in class at.favre.lib.planb.parser.GenericMLParser
 
get() - Static method in class at.favre.lib.planb.PlanB
Gets an instance of the singleton
getAdditionalExceptionData() - Method in interface at.favre.lib.planb.interfaces.ICrashExceptionData
Custom generic data to persist in CrashData when handling an exception.
getAll() - Method in class at.favre.lib.planb.data.InMemoryCrashDataHandler
 
getAll() - Method in class at.favre.lib.planb.data.SharedPrefCrashDataHandler
 
getAll() - Method in interface at.favre.lib.planb.interfaces.CrashDataHandler
 
getById(int) - Static method in class at.favre.lib.planb.parser.MarkupRenderer.Util
 
getClassNameForException(String) - Static method in class at.favre.lib.planb.util.CrashDataUtil
Gets the name without qualification (ie. package) of the given class name
getCrashDataHandler() - Method in class at.favre.lib.planb.PlanB
Get the current crash data handler implementation.
getLatest() - Method in class at.favre.lib.planb.data.InMemoryCrashDataHandler
 
getLatest() - Method in class at.favre.lib.planb.data.SharedPrefCrashDataHandler
 
getLatest() - Method in interface at.favre.lib.planb.interfaces.CrashDataHandler
Gets the latest crashdata and resets the internal unhandled crash flag
getLogString(List<CrashData>) - Static method in class at.favre.lib.planb.util.CrashDataUtil
Loggable summary of a list of crash data
getLogString(CrashData) - Static method in class at.favre.lib.planb.util.CrashDataUtil
Loggable string of crash data details
getPlaceHolderMap() - Method in class at.favre.lib.planb.parser.BugReportPlaceholderHandler
 
getPostCrashAction() - Method in interface at.favre.lib.planb.interfaces.CrashRecoverBehaviour
getPostCrashAction() - Method in class at.favre.lib.planb.recover.BaseCrashBehaviour
 
getPreCrashAction() - Method in interface at.favre.lib.planb.interfaces.CrashRecoverBehaviour
getPreCrashAction() - Method in class at.favre.lib.planb.recover.BaseCrashBehaviour
 
getType() - Method in class at.favre.lib.planb.parser.AsciiDocRenderer
 
getType() - Method in class at.favre.lib.planb.parser.HTML5Renderer
 
getType() - Method in class at.favre.lib.planb.parser.MarkdownRenderer
 
getType() - Method in interface at.favre.lib.planb.parser.MarkupRenderer
The type as defined in MarkupRenderer.MarkupLanguage
getType() - Method in class at.favre.lib.planb.parser.TextileRenderer
 

H

handleCrash(Context, Thread, Throwable, CrashData, PlanBConfig) - Method in interface at.favre.lib.planb.interfaces.CrashRecoverBehaviour
The main crash handle call.
handleCrash(Context, Thread, Throwable, CrashData, PlanBConfig) - Method in class at.favre.lib.planb.recover.DefaultBehavior
 
handleCrash(Context, Thread, Throwable, CrashData, PlanBConfig) - Method in class at.favre.lib.planb.recover.StartActivityBehaviour
 
handleCrash(Context, Thread, Throwable, CrashData, PlanBConfig) - Method in class at.favre.lib.planb.recover.SuppressCrashBehaviour
 
hashCode() - Method in class at.favre.lib.planb.data.CrashData
 
hashCode() - Method in class at.favre.lib.planb.PlanBConfig
 
hasUnhandledCrash() - Method in class at.favre.lib.planb.data.InMemoryCrashDataHandler
 
hasUnhandledCrash() - Method in class at.favre.lib.planb.data.SharedPrefCrashDataHandler
 
hasUnhandledCrash() - Method in interface at.favre.lib.planb.interfaces.CrashDataHandler
If CrashDataHandler.persistCrashData(CrashData) was called this will return true until CrashDataHandler.getLatest() is called.
HTML5Renderer - Class in at.favre.lib.planb.parser
A renderer for basic HTML5
HTML5Renderer() - Constructor for class at.favre.lib.planb.parser.HTML5Renderer
 

I

ICrashExceptionData - Interface in at.favre.lib.planb.interfaces
Use this interface for any exception to provide additional debugging data the the planb exception handler.
id - Variable in class at.favre.lib.planb.data.CrashData
Synthetic unique id
init(Context) - Method in class at.favre.lib.planb.PlanB
Init the library.
init(Context, boolean) - Method in class at.favre.lib.planb.PlanB
Init the library.
init(boolean, PlanBConfig) - Method in class at.favre.lib.planb.PlanB
Init the library.
InMemoryCrashDataHandler - Class in at.favre.lib.planb.data
This is a simple in memory crash data handler for production environment or if persisting is not needed.
InMemoryCrashDataHandler() - Constructor for class at.favre.lib.planb.data.InMemoryCrashDataHandler
 
isAppInBackground(Context) - Static method in class at.favre.lib.planb.util.CrashUtil
 
isDebugBuild() - Method in class at.favre.lib.planb.PlanB
Returns the value passed or (or gathered) during PlanB.init(Context, boolean)

K

KEY_BUGREPORT_SYNTAX - Static variable in class at.favre.lib.planb.recover.StartActivityBehaviour
 
KEY_CRASHDATA - Static variable in class at.favre.lib.planb.recover.StartActivityBehaviour
 
killProcess() - Method in interface at.favre.lib.planb.interfaces.CrashRecoverBehaviour
If the process should be killed after handling the crash.
killProcess() - Method in class at.favre.lib.planb.recover.BaseCrashBehaviour
 

L

LAUNCHER_ACTIVTY - Static variable in class at.favre.lib.planb.recover.StartActivityBehaviour
 

M

MarkdownRenderer - Class in at.favre.lib.planb.parser
Renderer for https://daringfireball.net/projects/markdown/
MarkdownRenderer() - Constructor for class at.favre.lib.planb.parser.MarkdownRenderer
 
MarkupRenderer - Interface in at.favre.lib.planb.parser
Interface for implementing markup render with the generic markup language provided in GenericMLParser
MarkupRenderer.MarkupLanguage - Annotation Type in at.favre.lib.planb.parser
 
MarkupRenderer.Util - Class in at.favre.lib.planb.parser
 
message - Variable in class at.favre.lib.planb.data.CrashData
Message of the Throwable
ML_ASCIIDOC - Static variable in interface at.favre.lib.planb.parser.MarkupRenderer
 
ML_HTML - Static variable in interface at.favre.lib.planb.parser.MarkupRenderer
 
ML_MARKDOWN - Static variable in interface at.favre.lib.planb.parser.MarkupRenderer
 
ML_TEXTILE - Static variable in interface at.favre.lib.planb.parser.MarkupRenderer
 
MockRuntimeException - Exception in at.favre.lib.planb.exceptions
 
MockRuntimeException() - Constructor for exception at.favre.lib.planb.exceptions.MockRuntimeException
 

N

newConfig(Context) - Static method in class at.favre.lib.planb.PlanB
Creates a new config builder
Noop() - Constructor for class at.favre.lib.planb.interfaces.CrashRecoverBehaviour.CrashAction.Noop
 

O

onUnhandledException(Context, Thread, Throwable, CrashData, PlanBConfig) - Method in class at.favre.lib.planb.interfaces.CrashRecoverBehaviour.CrashAction.Noop
 
onUnhandledException(Context, Thread, Throwable, CrashData, PlanBConfig) - Method in interface at.favre.lib.planb.interfaces.CrashRecoverBehaviour.CrashAction
Handling the crash event

P

parseDate(long) - Static method in class at.favre.lib.planb.util.CrashDataUtil
Formats date for given timestamp
persistCrashData(CrashData) - Method in class at.favre.lib.planb.data.InMemoryCrashDataHandler
 
persistCrashData(CrashData) - Method in class at.favre.lib.planb.data.SharedPrefCrashDataHandler
 
persistCrashData(CrashData) - Method in interface at.favre.lib.planb.interfaces.CrashDataHandler
Persists a new crashdata
persistCrashData() - Method in interface at.favre.lib.planb.interfaces.CrashRecoverBehaviour
If the crash data should be persisted with the CrashDataHandler
persistCrashData() - Method in class at.favre.lib.planb.recover.BaseCrashBehaviour
 
PlanB - Class in at.favre.lib.planb
PlanB is a local crash reporting and recovery library.
PlanBConfig - Class in at.favre.lib.planb
 
PlanBConfig.Builder - Class in at.favre.lib.planb
 
printStacktrace(Throwable) - Static method in class at.favre.lib.planb.util.CrashUtil
Prints the stacktrace of a throwable to a string

R

RecoverBehaviorFactory - Interface in at.favre.lib.planb.interfaces
Factory for all built-in crash behaviors
releaseCrashDataHandler(CrashDataHandler) - Method in class at.favre.lib.planb.PlanBConfig.Builder
 
releaseCrashDataHandler - Variable in class at.favre.lib.planb.PlanBConfig
 
render(String, int) - Method in class at.favre.lib.planb.parser.AsciiDocRenderer
 
render(String, MarkupRenderer, Map<String, String>) - Method in class at.favre.lib.planb.parser.GenericMLParser
 
render(String, int) - Method in class at.favre.lib.planb.parser.HTML5Renderer
 
render(String, int) - Method in class at.favre.lib.planb.parser.MarkdownRenderer
 
render(String, int) - Method in interface at.favre.lib.planb.parser.MarkupRenderer
Renders the equivalent of given token in the specific language
render(String, int) - Method in class at.favre.lib.planb.parser.TextileRenderer
 
renderFooter() - Method in class at.favre.lib.planb.parser.AsciiDocRenderer
 
renderFooter() - Method in class at.favre.lib.planb.parser.HTML5Renderer
 
renderFooter() - Method in class at.favre.lib.planb.parser.MarkdownRenderer
 
renderFooter() - Method in interface at.favre.lib.planb.parser.MarkupRenderer
Add a document footer if necessary
renderFooter() - Method in class at.favre.lib.planb.parser.TextileRenderer
 
renderHeader() - Method in class at.favre.lib.planb.parser.AsciiDocRenderer
 
renderHeader() - Method in class at.favre.lib.planb.parser.HTML5Renderer
 
renderHeader() - Method in class at.favre.lib.planb.parser.MarkdownRenderer
 
renderHeader() - Method in interface at.favre.lib.planb.parser.MarkupRenderer
Add a document header if necessary
renderHeader() - Method in class at.favre.lib.planb.parser.TextileRenderer
 
renderTemplate(String, MarkupRenderer) - Method in class at.favre.lib.planb.parser.GenericMLParser
 

S

scm(String, String) - Method in class at.favre.lib.planb.PlanBConfig.Builder
 
scmBranch - Variable in class at.favre.lib.planb.PlanBConfig
 
scmRevHash - Variable in class at.favre.lib.planb.PlanBConfig
 
scmString - Variable in class at.favre.lib.planb.data.CrashData
SCM revision hashes, branches etc.
SharedPrefCrashDataHandler - Class in at.favre.lib.planb.data
The default implementation using SharedPreferences as persistence storage.
SharedPrefCrashDataHandler(Context) - Constructor for class at.favre.lib.planb.data.SharedPrefCrashDataHandler
 
SharedPrefCrashDataHandler(Context, int) - Constructor for class at.favre.lib.planb.data.SharedPrefCrashDataHandler
 
size() - Method in class at.favre.lib.planb.data.InMemoryCrashDataHandler
 
size() - Method in class at.favre.lib.planb.data.SharedPrefCrashDataHandler
 
size() - Method in interface at.favre.lib.planb.interfaces.CrashDataHandler
 
StartActivityBehaviour - Class in at.favre.lib.planb.recover
Will restart the app with a defined activity.
StartActivityBehaviour(Intent, CrashRecoverBehaviour.CrashAction, CrashRecoverBehaviour.CrashAction) - Constructor for class at.favre.lib.planb.recover.StartActivityBehaviour
Restarts the app and start given intent
StartActivityBehaviour(Intent) - Constructor for class at.favre.lib.planb.recover.StartActivityBehaviour
Restarts the app and start given intent
StartActivityBehaviour(int, CrashRecoverBehaviour.CrashAction, CrashRecoverBehaviour.CrashAction) - Constructor for class at.favre.lib.planb.recover.StartActivityBehaviour
Will restart the app with current foreground or launcher activity
StartActivityBehaviour(int) - Constructor for class at.favre.lib.planb.recover.StartActivityBehaviour
Will restart the app with current foreground or launcher activity
StartActivityBehaviour.ActivityType - Annotation Type in at.favre.lib.planb.recover
 
SuppressCrashBehaviour - Class in at.favre.lib.planb.recover
Crash behaviour that suppresses any UI showing an error.
SuppressCrashBehaviour(CrashRecoverBehaviour.CrashAction, CrashRecoverBehaviour.CrashAction) - Constructor for class at.favre.lib.planb.recover.SuppressCrashBehaviour
 
SuppressCrashBehaviour() - Constructor for class at.favre.lib.planb.recover.SuppressCrashBehaviour
 

T

TextileRenderer - Class in at.favre.lib.planb.parser
Renderer for https://txstyle.org/
TextileRenderer() - Constructor for class at.favre.lib.planb.parser.TextileRenderer
 
threadName - Variable in class at.favre.lib.planb.data.CrashData
Name of the thread
throwableClassName - Variable in class at.favre.lib.planb.data.CrashData
Full class name of the Throwable
timestamp - Variable in class at.favre.lib.planb.data.CrashData
Timestamp as provide by Date
TOKEN_CODE - Static variable in class at.favre.lib.planb.parser.GenericMLParser
 
TOKEN_CODEBLOCK - Static variable in class at.favre.lib.planb.parser.GenericMLParser
 
TOKEN_HEADER1 - Static variable in class at.favre.lib.planb.parser.GenericMLParser
 
TOKEN_HEADER2 - Static variable in class at.favre.lib.planb.parser.GenericMLParser
 
TOKEN_HEADER3 - Static variable in class at.favre.lib.planb.parser.GenericMLParser
 
TOKEN_ITALIC - Static variable in class at.favre.lib.planb.parser.GenericMLParser
 
TOKEN_QUOTE - Static variable in class at.favre.lib.planb.parser.GenericMLParser
 
TOKEN_STRONG - Static variable in class at.favre.lib.planb.parser.GenericMLParser
 
toString() - Method in class at.favre.lib.planb.data.CrashData
 

U

Util() - Constructor for class at.favre.lib.planb.parser.MarkupRenderer.Util
 

V

version(String, int) - Method in class at.favre.lib.planb.PlanBConfig.Builder
 
versionCode - Variable in class at.favre.lib.planb.PlanBConfig
 
versionName - Variable in class at.favre.lib.planb.PlanBConfig
 
versionString - Variable in class at.favre.lib.planb.data.CrashData
String containing version, versionCode etc.

W

writeToParcel(Parcel, int) - Method in class at.favre.lib.planb.data.CrashData
 
A B C D E F G H I K L M N O P R S T U V W 
Skip navigation links