public interface Album
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
addImage(Image image)
Add the specified Image to the Album's datastore. 
 | 
boolean | 
addImages(java.util.Collection<Image> images)
Add the specified Images to the Album's datastore. 
 | 
Datastore | 
getDatastore()
Return the Datastore that currently backs the Album. 
 | 
Datastore getDatastore()
boolean addImage(Image image) throws java.io.IOException
image - The Image to add to the albumjava.io.IOExceptionboolean addImages(java.util.Collection<Image> images) throws java.io.IOException
images - The Images to add to the albumjava.io.IOException