
prerna.engine.api.IStorageMount Maven / Gradle / Ivy
The newest version!
package prerna.engine.api;
import java.util.List;
import java.util.Map;
public interface IStorageMount {
// set any of the properties needed to open this engine
public void setProperty(String key, String value);
// opens the storage
public void openLocation();
// browse a directory
// first array
/*
* retHash.put("FILE_LIST", files);
retHash.put("DIR_LIST", directories);
retHash.put("FILE_DATE", fileDates);
retHash.put("DIR_DATE", dirDates);
*/
// format [{path=classes/compileerror.out, name=compileerror.out, lastModified=05/08/2020 13:27:09, type=out}, {path=classes/prerna/, name=prerna, lastModified=05/08/2020 12:32:08, type=directory}]
public List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy