
com.chimpcentral.archive.SourceFile Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of logger Show documentation
Show all versions of logger Show documentation
Logger to create HTML and TEXT logs
package com.chimpcentral.archive;
import java.io.IOException;
import com.chimpcentral.io.FileStatus;
import com.chimpcentral.io.FlatFile;
public class SourceFile extends FlatFile {
public SourceFile(String resourcesDir, String filename) throws IOException {
super(resourcesDir + "/" + filename, FileStatus.EXISTING);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy