Uses of Interface
com.nonesole.persistence.file.catalog.ICatalog

Packages that use ICatalog
com.nonesole.persistence.file.catalog   
com.nonesole.persistence.file.search   
 

Uses of ICatalog in com.nonesole.persistence.file.catalog
 

Classes in com.nonesole.persistence.file.catalog that implement ICatalog
 class Catalog
          Control Catalog
 

Methods in com.nonesole.persistence.file.catalog that return ICatalog
 ICatalog CatalogFactory.getMemoryCatalog(java.lang.String filePath)
          Rapidly get Catalog of filePath
 ICatalog ICatalog.setCircleTime(long circleTime)
          Set circle time(ms)
 ICatalog Catalog.setCircleTime(long circleTime)
           
 ICatalog ICatalog.setSynchronization(boolean isSynchronization)
          Set synchronization.
 ICatalog Catalog.setSynchronization(boolean isSynchronization)
           
 

Uses of ICatalog in com.nonesole.persistence.file.search
 

Methods in com.nonesole.persistence.file.search with parameters of type ICatalog
 java.util.List<java.lang.Object> FileSearchEngine.lookup(SearchConditions sc, ICatalog cl, java.net.URL url)
          Search object by search condition at some URL