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