it.geosolutions.geobatch.catalog.file
Interface FileBaseCatalog

All Superinterfaces:
Catalog, Identifiable, PersistentResource<CatalogConfiguration>, Resource
All Known Implementing Classes:
FileBasedCatalogImpl

public interface FileBaseCatalog
extends Catalog

A Catalog based on an xml marshalled file.

Author:
Simone Giannecchini, GeoSolutions

Method Summary
 java.io.File getBaseDirectory()
          Getter for the base directory.
 
Methods inherited from interface it.geosolutions.geobatch.catalog.Catalog
add, add, addListener, dispose, getDAO, getFlowManager, getFlowManagerByName, getFlowManagers, getListeners, getResource, getResourceByName, getResources, remove, removeListener, save, setDAO
 
Methods inherited from interface it.geosolutions.geobatch.catalog.PersistentResource
getConfiguration, load, persist, remove, setConfiguration
 
Methods inherited from interface it.geosolutions.geobatch.catalog.Identifiable
getDescription, getId, getName, setDescription, setId, setName
 

Method Detail

getBaseDirectory

java.io.File getBaseDirectory()
Getter for the base directory.

Returns:
baseDirectory


Copyright © 2008-2012 GeoSolutions. All Rights Reserved.