org.hibernate.tool.hbm2x
Class ArtifactCollector
java.lang.Object
org.hibernate.tool.hbm2x.ArtifactCollector
public class ArtifactCollector
- extends Object
Callback class that all exporters are given to allow
better feedback and processing of the output afterwards.
- Author:
- Max Rydahl Andersen
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
files
protected final Map files
ArtifactCollector
public ArtifactCollector()
addFile
public void addFile(File file,
String type)
- Called to inform that a file has been created by the exporter.
getFileCount
public int getFileCount(String type)
getFiles
public File[] getFiles(String type)
getFileTypes
public Set getFileTypes()
formatFiles
public void formatFiles()