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 voidbuildFeatures()QuartoFeatureswithConverter(io.vertigo.core.param.Param... params)QuartoFeatureswithCSVExporter(io.vertigo.core.param.Param... params)QuartoFeatureswithDOCXPublisher()QuartoFeatureswithExporter(io.vertigo.core.param.Param... params)QuartoFeatureswithLocalOpenOfficeConverter(io.vertigo.core.param.Param... params)QuartoFeatureswithODSExporter()QuartoFeatureswithODTPublisher()QuartoFeatureswithPDFExporter()QuartoFeatureswithPublisher()QuartoFeatureswithRemoteOpenOfficeConverter(io.vertigo.core.param.Param... params)QuartoFeatureswithRTFExporter()QuartoFeatureswithXDocReportConverter()QuartoFeatureswithXLSExporter()
-
-
-
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:
buildFeaturesin classio.vertigo.core.node.config.Features<QuartoFeatures>
-
-