Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 1256 → Rev 1257

/PhotoAlbum/trunk/src/ak/photoalbum/logic/Logic.java
130,6 → 130,24
getBranch(uri).getThumbnailer().buildCache();
}
 
public void rebuildCache(String uri)
throws IOException, LogicException
{
getBranch(uri).getThumbnailer().rebuildCache();
}
 
public void deleteCache(String uri)
throws IOException, LogicException
{
getBranch(uri).getThumbnailer().deleteCache();
}
 
public void reloadCache(String uri)
throws IOException, LogicException
{
getBranch(uri).getThumbnailer().reloadCache();
}
 
public void getEntry(String uri, String path, IndexEntry page,
IndexEntry index, IndexEntry prev, IndexEntry current, IndexEntry next)
throws IOException, SAXException, LogicException