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 TypeMethodDescriptionvoidAbstractParser.addSinkWrapperFactory(SinkWrapperFactory factory) voidParser.addSinkWrapperFactory(SinkWrapperFactory factory) Registers a givenSinkWrapperFactorywith 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 TypeClassDescriptionclassBuffers all method calls on the proxied Sink until itsSink.flush()is called.classclassMethods in org.apache.maven.doxia.sink.impl with parameters of type SinkWrapperFactoryModifier and TypeMethodDescriptionintSinkWrapperFactoryComparator.compare(SinkWrapperFactory o1, SinkWrapperFactory o2)