Uses of Interface
org.apache.maven.doxia.sink.impl.SinkWrapperFactory
Packages that use SinkWrapperFactory
-
Uses of SinkWrapperFactory in org.apache.maven.doxia.parser
Methods in org.apache.maven.doxia.parser that return types with arguments of type SinkWrapperFactoryModifier and TypeMethodDescriptionprotected 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 SinkWrapperFactoryModifier and TypeMethodDescriptionvoid
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 SinkWrapperFactoryModifier and TypeClassDescriptionclass
Buffers all method calls on the proxied Sink until itsSink.flush()
is called.class
class
Methods in org.apache.maven.doxia.sink.impl with parameters of type SinkWrapperFactoryModifier and TypeMethodDescriptionint
SinkWrapperFactoryComparator.compare
(SinkWrapperFactory o1, SinkWrapperFactory o2)