Package org.anchoranalysis.mpp.io.input
Interface ExportSharedObjects
- All Known Implementing Classes:
MultiInput
public interface ExportSharedObjects
An interface for exporting shared objects to a target container.
This interface defines a method for copying certain shared objects to a target SharedObjects
container. Implementations of this interface should define the specific logic for
exporting their shared objects.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
copyTo
(SharedObjects target, Logger logger) Adds any exported shared objects to the target container.
-
Method Details