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

syncloud.synchronization.FolderContent Maven / Gradle / Ivy

The newest version!
package syncloud.synchronization;

import syncloud.storage.IFolder;
import syncloud.storage.INode;

import java.util.List;

public class FolderContent {
    public FolderContent(IFolder folder, List content) {
        this.folder = folder;
        this.content = content;
    }
    public IFolder folder;
    public List content;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy