All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.robe.common.utils.file.TreeFile Maven / Gradle / Ivy

There is a newer version: 0.5.0.0-1039
Show newest version
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