@Named(value="unique-anchors-validator") public class UniqueAnchorNamesValidatorFactory extends Object implements SinkWrapperFactory
Constructor and Description |
---|
UniqueAnchorNamesValidatorFactory() |
Modifier and Type | Method and Description |
---|---|
Sink |
createWrapper(Sink sink)
By default all wrappers just delegate each method to the wrapped sink's method.
|
int |
getPriority()
Determines the order of sink wrappers.
|
public UniqueAnchorNamesValidatorFactory()
public Sink createWrapper(Sink sink)
SinkWrapperFactory
createWrapper
in interface SinkWrapperFactory
sink
- the delegatepublic int getPriority()
SinkWrapperFactory
getPriority
in interface SinkWrapperFactory
Copyright © 2005–2024 The Apache Software Foundation. All rights reserved.