io.robe.common.utils.file.TreeFile Maven / Gradle / Ivy
package io.robe.common.utils.file;
import java.io.File;
public class TreeFile extends TreeData{
public TreeFile(File file) {
super(file);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy