Package io.vertigo.quarto
Class QuartoFeatures
- java.lang.Object
-
- io.vertigo.core.node.config.Features<QuartoFeatures>
-
- io.vertigo.quarto.QuartoFeatures
-
- All Implemented Interfaces:
io.vertigo.core.lang.Builder<io.vertigo.core.node.config.ModuleConfig>
public class QuartoFeatures extends io.vertigo.core.node.config.Features<QuartoFeatures>
-
-
Constructor Summary
Constructors Constructor Description QuartoFeatures()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
buildFeatures()
QuartoFeatures
withConverter(io.vertigo.core.param.Param... params)
QuartoFeatures
withCSVExporter(io.vertigo.core.param.Param... params)
QuartoFeatures
withDOCXPublisher()
QuartoFeatures
withExporter(io.vertigo.core.param.Param... params)
QuartoFeatures
withLocalOpenOfficeConverter(io.vertigo.core.param.Param... params)
QuartoFeatures
withODSExporter()
QuartoFeatures
withODTPublisher()
QuartoFeatures
withPDFExporter()
QuartoFeatures
withPublisher()
QuartoFeatures
withRemoteOpenOfficeConverter(io.vertigo.core.param.Param... params)
QuartoFeatures
withRTFExporter()
QuartoFeatures
withXDocReportConverter()
QuartoFeatures
withXLSExporter()
-
-
-
Method Detail
-
withConverter
public QuartoFeatures withConverter(io.vertigo.core.param.Param... params)
-
withLocalOpenOfficeConverter
public QuartoFeatures withLocalOpenOfficeConverter(io.vertigo.core.param.Param... params)
-
withRemoteOpenOfficeConverter
public QuartoFeatures withRemoteOpenOfficeConverter(io.vertigo.core.param.Param... params)
-
withXDocReportConverter
public QuartoFeatures withXDocReportConverter()
-
withExporter
public QuartoFeatures withExporter(io.vertigo.core.param.Param... params)
-
withCSVExporter
public QuartoFeatures withCSVExporter(io.vertigo.core.param.Param... params)
-
withPDFExporter
public QuartoFeatures withPDFExporter()
-
withRTFExporter
public QuartoFeatures withRTFExporter()
-
withXLSExporter
public QuartoFeatures withXLSExporter()
-
withODSExporter
public QuartoFeatures withODSExporter()
-
withPublisher
public QuartoFeatures withPublisher()
-
withDOCXPublisher
public QuartoFeatures withDOCXPublisher()
-
withODTPublisher
public QuartoFeatures withODTPublisher()
-
buildFeatures
protected void buildFeatures()
- Specified by:
buildFeatures
in classio.vertigo.core.node.config.Features<QuartoFeatures>
-
-