public class DataObjectValidatorFactory extends Object
Modifier and Type | Method and Description |
---|---|
static DataObjectValidatorFactory |
getInstance()
This will provide access to a
DataObjectValidatorFactory |
DataObjectValidator |
newInstance(String type)
Retrieves a validator for the given type
|
public static DataObjectValidatorFactory getInstance()
DataObjectValidatorFactory
public DataObjectValidator newInstance(String type) throws UnsupportedDataObjectException
type
- The type of data object to be validatedUnsupportedDataObjectException
- if there is no mapping to a validator for the typeCopyright © 2005–2015 Planetary Data System. All rights reserved.