Package thredds.inventory.partition
Interface IndexReader.AddChildCallback
-
- Enclosing interface:
- IndexReader
public static interface IndexReader.AddChildCallback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addChild(String topDir, String filename, long lastModified)
Callback for readChildren
-
-
-
Method Detail
-
addChild
void addChild(String topDir, String filename, long lastModified) throws IOException
Callback for readChildren- Parameters:
topDir
- the directory of the child collectionfilename
- the index filename of the child collectionlastModified
- last modified for child collection- Throws:
IOException
- on bad
-
-