Interface IndexingConfiguration
-
public interface IndexingConfiguration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable IndexingItemConfiguration
getForPath(@NotNull ItemPath path)
@NotNull Collection<IndexingItemConfiguration>
getItems()
boolean
hasNoItems()
-
-
-
Method Detail
-
getItems
@NotNull @NotNull Collection<IndexingItemConfiguration> getItems() throws ConfigurationException
- Throws:
ConfigurationException
-
getForPath
@Nullable @Nullable IndexingItemConfiguration getForPath(@NotNull @NotNull ItemPath path)
-
hasNoItems
boolean hasNoItems()
-
-