Uses of Interface
org.apache.maven.doxia.sink.impl.SinkWrapperFactory
-
Packages that use SinkWrapperFactory Package Description org.apache.maven.doxia.parser org.apache.maven.doxia.sink.impl -
-
Uses of SinkWrapperFactory in org.apache.maven.doxia.parser
Methods in org.apache.maven.doxia.parser that return types with arguments of type SinkWrapperFactory Modifier and Type Method Description protected java.util.List<SinkWrapperFactory>
AbstractParser. getSinkWrapperFactories()
Returns all sink wrapper factories (both registered automatically and manually).Methods in org.apache.maven.doxia.parser with parameters of type SinkWrapperFactory Modifier and Type Method Description void
AbstractParser. addSinkWrapperFactory(SinkWrapperFactory factory)
void
Parser. addSinkWrapperFactory(SinkWrapperFactory factory)
Registers a givenSinkWrapperFactory
with the parser used in subsequent calls ofparse(...)
-
Uses of SinkWrapperFactory in org.apache.maven.doxia.sink.impl
Classes in org.apache.maven.doxia.sink.impl that implement SinkWrapperFactory Modifier and Type Class Description class
BufferingSinkProxyFactory
Buffers all method calls on the proxied Sink until itsSink.flush()
is called.class
CreateAnchorsForIndexEntriesFactory
class
UniqueAnchorNamesValidatorFactory
Methods in org.apache.maven.doxia.sink.impl with parameters of type SinkWrapperFactory Modifier and Type Method Description int
SinkWrapperFactoryComparator. compare(SinkWrapperFactory o1, SinkWrapperFactory o2)
-