Package org.apache.fop.fonts
Interface FontCacheManager
public interface FontCacheManager
Fop cache (currently only used for font info caching)
-
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()Deletes the font cache from the file-system.load()Loads the font cache into memory from the given file.voidsave()Serializes the font cache to file.voidsetCacheFile(URI fontCacheURI) Sets the font cache file given the URI pointing to the file.
-
Method Details
-
setCacheFile
Sets the font cache file given the URI pointing to the file.- Parameters:
fontCacheURI- the font cache URI
-
load
FontCache load()Loads the font cache into memory from the given file.- Returns:
- the de-serialized font cache
-
save
Serializes the font cache to file.- Throws:
FOPException- if an error occurs serializing the font cache
-
delete
Deletes the font cache from the file-system.- Throws:
FOPException- if an error occurs deleting the font cache
-