public class PatternBasedOptionsFactory extends Object implements ObjectCompareOptionsFactory
| Constructor and Description |
|---|
PatternBasedOptionsFactory(EnumSet<PathOption> rootOptions,
Collection<PathPattern> patterns) |
| Modifier and Type | Method and Description |
|---|---|
EnumSet<PathOption> |
createOptions(EnumSet<PathOption> inherited,
Path path) |
EnumSet<PathOption> |
getRootOptions() |
public PatternBasedOptionsFactory(EnumSet<PathOption> rootOptions, Collection<PathPattern> patterns)
public EnumSet<PathOption> createOptions(EnumSet<PathOption> inherited, Path path)
createOptions in interface ObjectCompareOptionsFactoryinherited - Options of parent pathpath - A pathpublic EnumSet<PathOption> getRootOptions()
Copyright © 2010–2017. All rights reserved.