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

org.drools.kproject.FileSystem Maven / Gradle / Ivy

There is a newer version: 10.0.0
Show newest version
package org.drools.kproject;


public interface FileSystem {
    Folder getProjectFolder();
    
    File getFile(Path path);
    File getFile(String path);
    
    Folder getFolder(Path path);
    Folder getFolder(String path);    
    
    boolean remove(File file);
    
    boolean remove(Folder folder);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy