| Package | Description |
|---|---|
| com.samebug.notifier |
| Modifier and Type | Method and Description |
|---|---|
static Configuration |
Configuration.fromDefault()
Factory method to create a configuration with the default values.
|
static Configuration |
Configuration.fromProperties()
Factory method of the default configuration.
|
static Configuration |
Configuration.fromPropertyFile(String fileName)
Factory method to create a configuration based on the content of a
property file, given with its absolute path.
|
static Configuration |
Configuration.fromPropertyResource(String resourceName)
Factory method to create a configuration based on the content of a
resource property file.
|
static void |
Samebug.handleUncaughtExceptions()
Install a default exception handler on the current thread.
|
static void |
Samebug.init()
Initialize a singleton notifier instance.
|
protected static InputStream |
Configuration.openResource(String resourceName) |
| Constructor and Description |
|---|
SamebugNotifier()
Create a notifier with the default configuration
|
SamebugUncaughtExceptionHandler()
Construct using an underlying notifier with default configuration.
|
Copyright © 2014. All rights reserved.