Skip navigation links
A B D F G J O P R S V 

A

add(String, Operator, Operator...) - Method in class de.ameto.client.Ameto
Deprecated.
Please use Ameto.addPipeline(String) to create Pipelines.
add(Path) - Method in class de.ameto.client.Ameto
Uploads the file under the specified path to Ameto.
add(InputStream, String) - Method in class de.ameto.client.Ameto
Uploads the specified asset content.
addPipeline(String) - Method in class de.ameto.client.Ameto
Starts a pipeline build process.
Ameto - Class in de.ameto.client
Represents the Ameto client.
Ameto(String, String) - Constructor for class de.ameto.client.Ameto
Initializes an Ameto client for the specified URL using the specified API key.
AmetoException - Exception in de.ameto.client
Base class for all exceptions thrown by the Ameto client.
AmetoException(String) - Constructor for exception de.ameto.client.AmetoException
 
AmetoException(String, Throwable) - Constructor for exception de.ameto.client.AmetoException
 
Asset - Class in de.ameto.client
Represents a meaningful piece of data.
Asset() - Constructor for class de.ameto.client.Asset
 

B

build() - Method in class de.ameto.client.Pipeline.Builder
Creates a Pipeline from the Pipeline builder.

D

de.ameto.client - package de.ameto.client
 
de.ameto.client.operators - package de.ameto.client.operators
 

F

format(Pipeline.Format) - Method in class de.ameto.client.Pipeline.Builder
Specifies the output format for assets processed by this Pipeline.

G

getArguments() - Method in interface de.ameto.client.operators.Operator
 
getArguments() - Method in class de.ameto.client.operators.Resize
 
getAssets() - Method in class de.ameto.client.Ameto
Returns Assets that have been uploaded to Ameto.
getConsumes() - Method in interface de.ameto.client.operators.Operator
 
getConsumes() - Method in class de.ameto.client.operators.Resize
 
getConsumes() - Method in class de.ameto.client.operators.Shrink
 
getEssence() - Method in class de.ameto.client.ProcessedAsset
Returns the actual binary data of this processed asset.
getJobs() - Method in class de.ameto.client.Ameto
Returns a list of all jobs.
getName() - Method in interface de.ameto.client.operators.Operator
 
getName() - Method in class de.ameto.client.operators.Resize
 
getName() - Method in class de.ameto.client.operators.Shrink
 
getPipelines() - Method in class de.ameto.client.Ameto
Returns a collection of all pipelines.
getVariants() - Method in class de.ameto.client.Asset
Returns assets that were derived from this asset using a pipeline.
getVersion() - Method in interface de.ameto.client.operators.Operator
 
getVersion() - Method in class de.ameto.client.operators.Resize
 
getVersion() - Method in class de.ameto.client.operators.Shrink
 

J

Job - Class in de.ameto.client
 
Job() - Constructor for class de.ameto.client.Job
 
Job.Status - Enum in de.ameto.client
 

O

Operator - Interface in de.ameto.client.operators
Describes a processing step in a pipeline.

P

Pipeline - Class in de.ameto.client
Represents a series of processing steps used to convert or transform assets.
Pipeline() - Constructor for class de.ameto.client.Pipeline
 
Pipeline.Builder - Class in de.ameto.client
Represents a class used to configure a processing Pipeline.
Pipeline.Format - Enum in de.ameto.client
Describes the output format of a Pipeline
ProcessedAsset - Class in de.ameto.client
Represents the result of applying a Pipeline to an Asset.
ProcessedAsset() - Constructor for class de.ameto.client.ProcessedAsset
 
push(Asset) - Method in class de.ameto.client.Pipeline
Applies this processing pipeline to the specified asset.

R

remove(Asset) - Method in class de.ameto.client.Ameto
Removes the specified asset from Ameto.
remove(ProcessedAsset) - Method in class de.ameto.client.Ameto
Removes the specified processed asset from Ameto.
Resize - Class in de.ameto.client.operators
 
Resize(int, int) - Constructor for class de.ameto.client.operators.Resize
Initializes a resize operation using the specified target dimensions.
Resize(int, int, Resize.Mode) - Constructor for class de.ameto.client.operators.Resize
Initializes a resize operation using the specified target dimensions and mode.
Resize(String, int, int) - Constructor for class de.ameto.client.operators.Resize
Deprecated.
Support for explicit operator versioning will be removed in the future. Please use Resize(int, int) instead.
Resize(String, int, int, Resize.Mode) - Constructor for class de.ameto.client.operators.Resize
Deprecated.
Support for explicit operator versioning will be removed in the future. Please use Resize(int, int, Mode) instead.
resize(int, int) - Method in class de.ameto.client.Pipeline.Builder
Resizes the input asset to the specified dimensions.
resize(int, int, Resize.Mode) - Method in class de.ameto.client.Pipeline.Builder
Resizes the input asset to the specified dimensions using the specified mode of operation.
Resize.Mode - Enum in de.ameto.client.operators
Specifies the mode of the resize operation.

S

Shrink - Class in de.ameto.client.operators
 
Shrink() - Constructor for class de.ameto.client.operators.Shrink
Initializes a shrink operator.
Shrink(String) - Constructor for class de.ameto.client.operators.Shrink
Deprecated.
Explicit operator versioning will be removed in the future. Please use Shrink() instead.

V

valueOf(String) - Static method in enum de.ameto.client.Job.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.ameto.client.operators.Resize.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.ameto.client.Pipeline.Format
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.ameto.client.Job.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.ameto.client.operators.Resize.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.ameto.client.Pipeline.Format
Returns an array containing the constants of this enum type, in the order they are declared.
A B D F G J O P R S V 
Skip navigation links