|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Validator | |
|---|---|
| com.faunos.skwish | A lightweight library for storing blobs on the file system. |
| com.faunos.skwish.sys | The basic file-based Segment structure is implemented here. |
| com.faunos.skwish.sys.filters | A collection of views on one or more underlying segments. |
| com.faunos.util | Root package for custom utilities that don't necessarily belong in any application per se. |
| com.faunos.util.net | Facilities for non-blocking network I/O. |
| Uses of Validator in com.faunos.skwish |
|---|
| Fields in com.faunos.skwish declared as Validator | |
|---|---|
protected static Validator<SegmentStoreException> |
SegmentStore.validator
|
protected static Validator<SegmentException> |
Segment.validator
A centralized exception raising mechanism. |
| Uses of Validator in com.faunos.skwish.sys |
|---|
| Fields in com.faunos.skwish.sys declared as Validator | |
|---|---|
protected static Validator<IndexException> |
Index.validator
|
| Uses of Validator in com.faunos.skwish.sys.filters |
|---|
| Fields in com.faunos.skwish.sys.filters declared as Validator | |
|---|---|
protected static Validator<DeleteSetException> |
DeleteSet.validator
|
| Uses of Validator in com.faunos.util |
|---|
| Fields in com.faunos.util declared as Validator | |
|---|---|
static Validator<IllegalArgumentException> |
Validator.ARG
|
static Validator<IllegalStateException> |
Validator.STATE
|
| Methods in com.faunos.util that return Validator | |
|---|---|
static Validator<IllegalArgumentException> |
Validator.defaultInstance()
|
| Uses of Validator in com.faunos.util.net |
|---|
| Fields in com.faunos.util.net declared as Validator | |
|---|---|
static Validator<IllegalArgumentException> |
Validators.ARG
|
static Validator<HandletException> |
Validators.GENERIC
|
static Validator<HandletStateException> |
Validators.STATE
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||