Class CoreIndexer

  • All Implemented Interfaces:
    org.uberfire.ext.metadata.engine.Indexer

    public class CoreIndexer
    extends Object
    implements org.uberfire.ext.metadata.engine.Indexer
    • 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:
        supportsPath in interface org.uberfire.ext.metadata.engine.Indexer
      • toKObject

        public org.uberfire.ext.metadata.model.KObject toKObject​(org.uberfire.java.nio.file.Path path)
        Specified by:
        toKObject in interface org.uberfire.ext.metadata.engine.Indexer
      • toKObjectKey

        public org.uberfire.ext.metadata.model.KObjectKey toKObjectKey​(org.uberfire.java.nio.file.Path path)
        Specified by:
        toKObjectKey in interface org.uberfire.ext.metadata.engine.Indexer