Interface AptSource

  • All Known Implementing Classes:
    AptReaderSource

    public interface AptSource
    An interface to read apt source documents.
    • Method Detail

      • getName

        String getName()
        Returns the name the apt source document.
        Returns:
        the name the apt source document.
      • getLineNumber

        int getLineNumber()
        Gets the current line number while parsing the document.
        Returns:
        the line number.