KIE Uberfire Metadata API 6.2.0.CR2

org.kie.uberfire.metadata.engine
Interface Indexer


public interface Indexer


Method Summary
 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
 

Method Detail

supportsPath

boolean supportsPath(org.uberfire.java.nio.file.Path path)
Different Indexers can handle different file-types

Parameters:
path -
Returns:

toKObject

KObject toKObject(org.uberfire.java.nio.file.Path path)
Index file represented by Path into an index object

Parameters:
path -
Returns:

toKObjectKey

KObjectKey toKObjectKey(org.uberfire.java.nio.file.Path path)
Index file represented by Path into an index key object

Parameters:
path -
Returns:

KIE Uberfire Metadata API 6.2.0.CR2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.