Package org.hibernate.tool.api.export
Interface ArtifactCollector
- All Known Implementing Classes:
DefaultArtifactCollector
public interface ArtifactCollector
-
Method Summary
Modifier and TypeMethodDescriptionvoidCalled to inform that a file has been created by the exporter.voidintgetFileCount(String type) File[]
-
Method Details
-
addFile
Called to inform that a file has been created by the exporter. -
getFileCount
-
getFiles
-
getFileTypes
-
formatFiles
void formatFiles()
-