![JAR search and dependency download from the Maven repository](/logo.png)
de.tsl2.nano.specification.documentconsumer.FileImportConsumer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tsl2.nano.specification Show documentation
Show all versions of tsl2.nano.specification Show documentation
TSL2 Framework Specification (Pools of descripted and runnable Actions and Rules, Generic Tree)
The newest version!
package de.tsl2.nano.specification.documentconsumer;
import java.io.File;
import java.util.function.Consumer;
import de.tsl2.nano.bean.TransformableBeanReader;
public class FileImportConsumer implements Consumer {
@Override
public void accept(File t) {
TransformableBeanReader.importFrom(t.getAbsolutePath());
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy