public interface DescriptorParser<T>
Modifier and Type | Method and Description |
---|---|
String |
getDescriptorName()
Descriptor name to parse and process.
|
T |
parse(URL url)
Parses the descriptor at the provided URL and returns
the corresponding object (metadata)
|
Copyright © 2012. All Rights Reserved.