Uses of Class
com.funnelback.plugin.index.model.indexingconfig.WhenNoContentPathsAreSet
-
Packages that use WhenNoContentPathsAreSet Package Description com.funnelback.plugin.index.model.indexingconfig -
-
Uses of WhenNoContentPathsAreSet in com.funnelback.plugin.index.model.indexingconfig
Fields in com.funnelback.plugin.index.model.indexingconfig declared as WhenNoContentPathsAreSet Modifier and Type Field Description private WhenNoContentPathsAreSet
XmlIndexingConfig. whenNoContentPathsAreSet
May be set null.Methods in com.funnelback.plugin.index.model.indexingconfig that return WhenNoContentPathsAreSet Modifier and Type Method Description WhenNoContentPathsAreSet
XmlIndexingConfig. getWhenNoContentPathsAreSet()
May be set null.static WhenNoContentPathsAreSet
WhenNoContentPathsAreSet. valueOf(String name)
Returns the enum constant of this type with the specified name.static WhenNoContentPathsAreSet[]
WhenNoContentPathsAreSet. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.funnelback.plugin.index.model.indexingconfig with parameters of type WhenNoContentPathsAreSet Modifier and Type Method Description void
XmlIndexingConfig. setWhenNoContentPathsAreSet(WhenNoContentPathsAreSet whenNoContentPathsAreSet)
May be set null.Constructors in com.funnelback.plugin.index.model.indexingconfig with parameters of type WhenNoContentPathsAreSet Constructor Description XmlIndexingConfig(List<ContentPath> contentPaths, List<DocumentPath> documentPaths, List<FileTypePath> fileTypePaths, List<InnerDocumentPath> innerDocumentPaths, List<UrlPath> urlPaths, WhenNoContentPathsAreSet whenNoContentPathsAreSet)
-