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