Class DefaultArtifactCollector
java.lang.Object
org.hibernate.tool.internal.export.common.DefaultArtifactCollector
- All Implemented Interfaces:
ArtifactCollector
Callback class that all exporters are given to allow better feedback and
processing of the output afterwards.
- Author:
- Max Rydahl Andersen
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidCalled to inform that a file has been created by the exporter.voidintgetFileCount(String type) File[]
-
Field Details
-
files
-
-
Constructor Details
-
DefaultArtifactCollector
public DefaultArtifactCollector()
-
-
Method Details
-
addFile
Description copied from interface:ArtifactCollectorCalled to inform that a file has been created by the exporter.- Specified by:
addFilein interfaceArtifactCollector
-
getFileCount
- Specified by:
getFileCountin interfaceArtifactCollector
-
getFiles
- Specified by:
getFilesin interfaceArtifactCollector
-
getFileTypes
- Specified by:
getFileTypesin interfaceArtifactCollector
-
formatFiles
public void formatFiles()- Specified by:
formatFilesin interfaceArtifactCollector
-