Interface IndexingConfiguration
- 
 public interface IndexingConfiguration
- 
- 
Method SummaryAll 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) 
 - 
hasNoItemsboolean hasNoItems() 
 
- 
 
-