Package net.anotheria.anodoc.util
-
Interface Summary Interface Description ICommonModuleStorage Interface for module storage. -
Class Summary Class Description CommonHashtableModuleStorage This storage stores everything in a hashtable and stores this in the plain form (only IPlanDataObject and ICompositeDataObject) in ONE file.CommonModuleStorageWrapper This class behaves likeIModuleStoragebut delegates all method calls to an instance ofICommonModuleStorage.FileWatcher Class for watching file existence.KeyUtility Some utilities for key handling.StoragePlaceHolder This class represents a IModuleStorage which DOES NOT store anything, and act as a placeholder instead. -
Exception Summary Exception Description CommonModuleStorageException Base exception class for this service, custom exceptions should derive from it.