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