|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.core.persistence.util.ErrorHandling
public final class ErrorHandling
ErrorHandling configuration abstraction class
| Field Summary | |
|---|---|
static String |
IGNORE_MISSING_BLOBS
Controls if references to missing blob resources are treaded as errors or not. |
| Constructor Summary | |
|---|---|
ErrorHandling()
Creates a default error handling config. |
|
ErrorHandling(String str)
Creates a new error handling configuration based on the given string. |
|
| Method Summary | |
|---|---|
boolean |
ignoreMissingBlobs()
Checks if error handling is set to ignore missing blobs |
String |
toString()
Returns the string representation where the flags are seperated with "|". |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String IGNORE_MISSING_BLOBS
| Constructor Detail |
|---|
public ErrorHandling()
public ErrorHandling(String str)
str - flags| Method Detail |
|---|
public boolean ignoreMissingBlobs()
true if error handling is set to ignore missing blobs.public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||