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

org.elastos.hive.vault.scripting.FileUploadExecutable Maven / Gradle / Ivy

There is a newer version: 2.0.27-pre
Show newest version
package org.elastos.hive.vault.scripting;

/**
 * The executable to upload the file content.
 */
public class FileUploadExecutable extends Executable {
    public FileUploadExecutable(String name) {
        super(name, Type.FILE_UPLOAD, null);
        super.setBody(new FileBody());
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy