Uses of Class
org.apache.camel.component.atmos.dto.AtmosResult
-
Packages that use AtmosResult Package Description org.apache.camel.component.atmos.core org.apache.camel.component.atmos.dto -
-
Uses of AtmosResult in org.apache.camel.component.atmos.core
Methods in org.apache.camel.component.atmos.core that return AtmosResult Modifier and Type Method Description AtmosResultAtmosAPIFacade. del(String remotePath)Delete every files and subdirectories inside the remote directory.AtmosResultAtmosAPIFacade. get(String remotePath)Get the content of every file inside the remote path.AtmosResultAtmosAPIFacade. move(String remotePath, String newRemotePath)Rename a remote path with the new path location.AtmosResultAtmosAPIFacade. put(String localPath, String remotePath)Put or upload a new file or an entire directory to atmos -
Uses of AtmosResult in org.apache.camel.component.atmos.dto
Subclasses of AtmosResult in org.apache.camel.component.atmos.dto Modifier and Type Class Description classAtmosDelResultclassAtmosFileDownloadResultclassAtmosFileUploadResultclassAtmosMoveResult
-