public interface ThreddsBuilder
Modifier and Type | Method and Description |
---|---|
Object |
build()
Generate the object being built by this ThreddsBuilder.
|
BuilderIssues |
getIssues()
Check whether the state of this ThreddsBuilder is such that build() will succeed.
|
boolean |
isBuilt()
Check whether this ThreddsBuilder has been built.
|
boolean isBuilt()
BuilderIssues getIssues()
Object build() throws BuilderException
BuilderException
- if this ThreddsBuilder is not in a valid state.Copyright © 1999–2014 UCAR/Unidata. All rights reserved.