Class IdentifiedObjectFinder.Wrapper

Enclosing class:
Identified­Object­Finder

public abstract static class IdentifiedObjectFinder.Wrapper extends IdentifiedObjectFinder
An object finder which delegates some or all work to another object finder. The default implementation of all Wrapper methods delegates the work to the object finder specified at construction time or in the last call to delegate(Identified­Object­Finder). Subclasses can override methods for modifying some find operations.
Since:
1.5
  • Constructor Details

    • Wrapper

      protected Wrapper(IdentifiedObjectFinder finder)
      Creates a new object finder which will delegate the actual work to the given finder.
      Parameters:
      finder - the object finder to which to delegate the work.
  • Method Details