com.docmosis.template.population
Interface Cleanable

All Known Implementing Classes:
JSONDataProvider, MemoryDataProvider, NestingDataProvider, SQLDataProvider, XMLDataProvider

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

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.



Copyright © 2014–2021 Docmosis Pty Ltd. All rights reserved.