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

org.javaswift.joss.client.website.FileObjects Maven / Gradle / Ivy

The newest version!
package org.javaswift.joss.client.website;

import java.util.Collection;

public interface FileObjects {

    Collection keys();

    FileObject get(String path);

    FileObject create(String path);

    void cleanup();

    public boolean ignore(String path);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy