public class Folder extends Object implements Comparable<Folder>
Catalog.list()| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Folder o) |
boolean |
equals(Object obj) |
Image |
find(String name)
Find an image by name
|
String |
getName()
Get the name of the folder
|
int |
hashCode() |
Image |
insert(ImageMetaData meta)
Create a new image in this folder.
|
List<Image> |
listImages()
Obtain a list of images in this folder.
|
public List<Image> listImages() throws DAQException
DAQExceptionpublic Image find(String name) throws DAQException
name - The name of the image to search fornull if the image cannot be foundDAQException - If some other error occurs.public Image insert(ImageMetaData meta) throws DAQException
meta - The meta data corresponding to the image to be created.DAQException - if the image cannot be created, or some other error occurs.ImageMetaData#ImageMetaData(java.lang.String, java.lang.String, int, java.util.Set)public int compareTo(Folder o)
compareTo in interface Comparable<Folder>public String getName()
Copyright © 2022 LSST. All rights reserved.