@ProviderType
public interface RepoInitParser
Modifier and Type | Method and Description |
---|---|
List<Operation> |
parse(Reader reader)
Parse the supplied input.
|
List<Operation> parse(Reader reader) throws RepoInitParsingException
reader
- Input in repoinit format. The reader is closed by this method.RepoInitParsingException
- on parsing errorsCopyright © 2017 The Apache Software Foundation. All rights reserved.