Package thredds.server.catalogservice
Class RemoteCatalogRequest
java.lang.Object
thredds.server.catalogservice.RemoteCatalogRequest
Command object for catalog service requests on remote catalogs.
Uses JSR-303 Validation
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanvoidsetCatalog(String catalog) voidsetCatalogUri(URI catalogUri) voidsetCommand(RemoteCatalogRequest.Command command) voidsetDataset(String dataset) voidsetHtmlView(boolean htmlView) voidsetVerbose(boolean verbose)
-
Constructor Details
-
RemoteCatalogRequest
public RemoteCatalogRequest()
-
-
Method Details
-
getCatalogUri
-
setCatalogUri
-
getCatalog
-
setCatalog
-
getCommand
-
setCommand
-
getDataset
-
setDataset
-
isVerbose
public boolean isVerbose() -
setVerbose
public void setVerbose(boolean verbose) -
isHtmlView
public boolean isHtmlView() -
setHtmlView
public void setHtmlView(boolean htmlView)
-