Package thredds.cataloggen.config
Class ResultService
- java.lang.Object
-
- thredds.catalog.InvService
-
- thredds.cataloggen.config.ResultService
-
public class ResultService extends InvService
Title: Catalog Generator
Description: Tool for generating THREDDS catalogs.
Copyright: Copyright (c) 2001
Company: UCAR/Unidata
-
-
Constructor Summary
Constructors Modifier Constructor Description ResultService(String name, ServiceType serviceType, String base, String suffix, String accessPointHeader)ConstructorResultService(InvService service, String accessPointHeader)protectedResultService(ResultService service)Copy constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAccessPointHeader()Return a String containing the accessPointHeader attribute textvoidsetAccessPointHeader(String accessPointHeader)StringtoString()string representationprotected booleanvalidate(StringBuilder out)Validate this ResultService object.-
Methods inherited from class thredds.catalog.InvService
addDatasetRoot, addProperty, addService, check, dump, equals, findNestedService, findProperty, getBase, getDatasetRoots, getDescription, getFullName, getName, getProperties, getServices, getServiceType, getSuffix, hashCode, isRelativeBase
-
-
-
-
Constructor Detail
-
ResultService
public ResultService(String name, ServiceType serviceType, String base, String suffix, String accessPointHeader)
Constructor- Parameters:
name-serviceType-base-suffix-accessPointHeader-
-
ResultService
protected ResultService(ResultService service)
Copy constructor.- Parameters:
service-
-
ResultService
public ResultService(InvService service, String accessPointHeader)
-
-
Method Detail
-
getAccessPointHeader
public String getAccessPointHeader()
Return a String containing the accessPointHeader attribute text- Returns:
- String accessPointHeader attribute text
-
setAccessPointHeader
public void setAccessPointHeader(String accessPointHeader)
-
validate
protected boolean validate(StringBuilder out)
Validate this ResultService object. Return true if valid, false if invalid.- Parameters:
out- StringBuffer with validation messages.- Returns:
- boolean true if valid, false if invalid
-
toString
public String toString()
string representation- Overrides:
toStringin classInvService
-
-