public interface AptSource
| Modifier and Type | Method and Description |
|---|---|
int |
getLineNumber()
Gets the current line number while parsing the document.
|
String |
getName()
Returns the name the apt source document.
|
String |
getNextLine()
Returns a line of the apt source document.
|
String getNextLine() throws AptParseException
AptParseException - if the document can't be parsed.String getName()
int getLineNumber()
Copyright © 2005–2024 The Apache Software Foundation. All rights reserved.