Uses of Class
org.apache.camel.component.atmos.util.AtmosException
-
Packages that use AtmosException Package Description org.apache.camel.component.atmos org.apache.camel.component.atmos.core org.apache.camel.component.atmos.validator -
-
Uses of AtmosException in org.apache.camel.component.atmos
Methods in org.apache.camel.component.atmos that throw AtmosException Modifier and Type Method Description voidAtmosConfiguration. createClient()Obtain a new instance of AtmosApi client and store it in configuration. -
Uses of AtmosException in org.apache.camel.component.atmos.core
Methods in org.apache.camel.component.atmos.core that throw AtmosException Modifier and Type Method Description AtmosResultAtmosAPIFacade. get(String remotePath)Get the content of every file inside the remote path.AtmosResultAtmosAPIFacade. put(String localPath, String remotePath)Put or upload a new file or an entire directory to atmos -
Uses of AtmosException in org.apache.camel.component.atmos.validator
Methods in org.apache.camel.component.atmos.validator that throw AtmosException Modifier and Type Method Description static voidAtmosConfigurationValidator. validate(AtmosConfiguration configuration)Validate the parameters passed in the incoming url.
-