Package net.sf.jasperreports.repo
Class OutputStreamPersistenceService
- java.lang.Object
-
- net.sf.jasperreports.repo.OutputStreamPersistenceService
-
- All Implemented Interfaces:
PersistenceService
public class OutputStreamPersistenceService extends Object implements PersistenceService
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description OutputStreamPersistenceService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Resource
load(String uri, RepositoryService repositoryService)
void
save(Resource resource, String uri, RepositoryService repositoryService)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sf.jasperreports.repo.PersistenceService
load
-
-
-
-
Method Detail
-
load
public Resource load(String uri, RepositoryService repositoryService)
- Specified by:
load
in interfacePersistenceService
-
save
public void save(Resource resource, String uri, RepositoryService repositoryService)
- Specified by:
save
in interfacePersistenceService
-
-