Package thredds.server.notebook
Class NotebookMetadata
- java.lang.Object
-
- thredds.server.notebook.NotebookMetadata
-
public class NotebookMetadata extends Object
-
-
Constructor Summary
Constructors Constructor Description NotebookMetadata(File notebookFile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()StringgetFilename()org.json.JSONObjectgetParams()booleanisValidForDataset(thredds.client.catalog.Dataset ds)
-
-
-
Constructor Detail
-
NotebookMetadata
public NotebookMetadata(File notebookFile) throws thredds.server.notebook.NotebookMetadata.InvalidJupyterNotebookException, FileNotFoundException
- Throws:
thredds.server.notebook.NotebookMetadata.InvalidJupyterNotebookExceptionFileNotFoundException
-
-