Interface ConfigSettings
public interface ConfigSettings
Additional settings for the custom publish, such as which content to publish.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addContentFilter
(ConfigContentFilter filter) boolean
boolean
boolean
void
setAlwaysInclude
(ConfigContentAlwaysInclude alwaysInclude) void
setDocumentSelection
(ConfigContentSelection selection) void
setLayers
(ConfigContentLayers layers) void
setModelSelection
(ConfigContentSelection selection) void
setSymbolSelection
(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()
-