Package org.uberfire.ext.metadata.io
Class CoreIndexer
- java.lang.Object
-
- org.uberfire.ext.metadata.io.CoreIndexer
-
- All Implemented Interfaces:
org.uberfire.ext.metadata.engine.Indexer
public class CoreIndexer extends Object implements org.uberfire.ext.metadata.engine.Indexer
-
-
Constructor Summary
Constructors Constructor Description CoreIndexer(org.uberfire.io.IOService ioService, Class<? extends org.uberfire.java.nio.file.attribute.FileAttributeView>... views)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleansupportsPath(org.uberfire.java.nio.file.Path path)org.uberfire.ext.metadata.model.KObjecttoKObject(org.uberfire.java.nio.file.Path path)org.uberfire.ext.metadata.model.KObjectKeytoKObjectKey(org.uberfire.java.nio.file.Path path)
-
-
-
Constructor Detail
-
CoreIndexer
@SafeVarargs public CoreIndexer(org.uberfire.io.IOService ioService, Class<? extends org.uberfire.java.nio.file.attribute.FileAttributeView>... views)
-
-
Method Detail
-
supportsPath
public boolean supportsPath(org.uberfire.java.nio.file.Path path)
- Specified by:
supportsPathin interfaceorg.uberfire.ext.metadata.engine.Indexer
-
toKObject
public org.uberfire.ext.metadata.model.KObject toKObject(org.uberfire.java.nio.file.Path path)
- Specified by:
toKObjectin interfaceorg.uberfire.ext.metadata.engine.Indexer
-
toKObjectKey
public org.uberfire.ext.metadata.model.KObjectKey toKObjectKey(org.uberfire.java.nio.file.Path path)
- Specified by:
toKObjectKeyin interfaceorg.uberfire.ext.metadata.engine.Indexer
-
-