public interface Indexer
Modifier and Type | Method and Description |
---|---|
default String |
getIndexerId() |
boolean |
supportsPath(Path path)
Different Indexers can handle different file-types
|
KObject |
toKObject(Path path)
Index file represented by Path into an index object
|
KObjectKey |
toKObjectKey(Path path)
Index file represented by Path into an index key object
|
boolean supportsPath(Path path)
path
- KObject toKObject(Path path)
path
- KObjectKey toKObjectKey(Path path)
path
- default String getIndexerId()
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.