org.apache.ivy.plugins.parser
public final class ModuleDescriptorParserRegistry extends AbstractModuleDescriptorParser
Method Summary | |
---|---|
boolean | accept(Resource res) |
void | addParser(ModuleDescriptorParser parser)
Adds a the given parser to this registry.
|
static ModuleDescriptorParserRegistry | getInstance() |
ModuleDescriptorParser | getParser(Resource res) |
ModuleDescriptorParser[] | getParsers() |
ModuleDescriptor | parseDescriptor(ParserSettings settings, URL descriptorURL, Resource res, boolean validate) |
void | toIvyFile(InputStream is, Resource res, File destFile, ModuleDescriptor md) |
Parameters: parser the parser to add