| Package | Description |
|---|---|
| de.codecentric.mule.assertobjectequals |
| Modifier and Type | Method and Description |
|---|---|
static PathOption |
PathOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PathOption[] |
PathOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EnumSet<PathOption> |
PatternBasedOptionsFactory.createOptions(EnumSet<PathOption> inherited,
Path path) |
EnumSet<PathOption> |
ObjectCompareOptionsFactory.createOptions(EnumSet<PathOption> inherited,
Path path) |
EnumSet<PathOption> |
PathPattern.getOptions() |
EnumSet<PathOption> |
PatternBasedOptionsFactory.getRootOptions() |
| Modifier and Type | Method and Description |
|---|---|
EnumSet<PathOption> |
PatternBasedOptionsFactory.createOptions(EnumSet<PathOption> inherited,
Path path) |
EnumSet<PathOption> |
ObjectCompareOptionsFactory.createOptions(EnumSet<PathOption> inherited,
Path path) |
| Constructor and Description |
|---|
PathPattern(PatternEntry[] entries,
EnumSet<PathOption> options) |
PatternBasedOptionsFactory(EnumSet<PathOption> rootOptions,
Collection<PathPattern> patterns) |
Copyright © 2010–2017. All rights reserved.