Interface ConfigSettings
public interface ConfigSettings
Additional settings for the custom publish, such as which content to publish.
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddContentFilter(ConfigContentFilter filter) booleanbooleanbooleanvoidsetAlwaysInclude(ConfigContentAlwaysInclude alwaysInclude) voidsetDocumentSelection(ConfigContentSelection selection) voidsetLayers(ConfigContentLayers layers) voidsetModelSelection(ConfigContentSelection selection) voidsetSymbolSelection(ConfigContentSelection selection)
-
Method Details
-
setModelSelection
-
getModelSelection
ConfigContentSelection getModelSelection() -
setSymbolSelection
-
getSymbolSelection
ConfigContentSelection getSymbolSelection() -
setDocumentSelection
-
getDocumentSelection
ConfigContentSelection getDocumentSelection() -
addContentFilter
-
getContentFilters
List<ConfigContentFilter> getContentFilters() -
setAlwaysInclude
-
getAlwaysInclude
ConfigContentAlwaysInclude getAlwaysInclude() -
setLayers
-
getLayers
ConfigContentLayers getLayers() -
isShowModelPrefix
boolean isShowModelPrefix() -
isShowObjectPrefix
boolean isShowObjectPrefix() -
isShowDocumentPrefix
boolean isShowDocumentPrefix()
-