Docmosis API 4.5.0

com.docmosis.template.population
Interface Cleanable

All Known Implementing Classes:
MemoryDataProvider, NestingDataProvider

public interface Cleanable

Identify an Object that may be cleaned up.


Method Summary
 void cleanup()
          Perform any cleanup duties such as freeing resources.
 

Method Detail

cleanup

public void cleanup()
Perform any cleanup duties such as freeing resources. This method should be able to be called multiple times and should not throw exceptions.


Docmosis API 4.5.0

Copyright © 2014 Docmosis Pty Ltd. All Rights Reserved.