| Package | Description |
|---|---|
| org.lsst.ccs.daq.ims |
An interface to the DAQ image services (ims) library.
|
| Modifier and Type | Method and Description |
|---|---|
Folder |
Catalog.find(String folderName)
Find the specified folder by name.
|
Folder |
Catalog.insert(String folderName)
Insert a new folder into the catalog.
|
| Modifier and Type | Method and Description |
|---|---|
List<Folder> |
Catalog.list()
Return a list of all available folders.The list is not sorted, but Folder
implements Comparable so it can be readily sorted if desired.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Folder.compareTo(Folder o) |
Copyright © 2023 LSST. All rights reserved.