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 voidAbstractParser. 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 SinkWrapperFactory Modifier and Type Class Description classBufferingSinkProxyFactoryBuffers all method calls on the proxied Sink until itsSink.flush()is called.classCreateAnchorsForIndexEntriesFactoryclassUniqueAnchorNamesValidatorFactoryMethods in org.apache.maven.doxia.sink.impl with parameters of type SinkWrapperFactory Modifier and Type Method Description intSinkWrapperFactoryComparator. compare(SinkWrapperFactory o1, SinkWrapperFactory o2)
-