Interface ImportInfo.Info

  • Enclosing interface:
    ImportInfo

    public static interface ImportInfo.Info
    The detailed information about an imported path
    Since:
    3.1
    • Method Detail

      • getPath

        String getPath()
        The path
        Returns:
        the path
      • getType

        ImportInfo.Type getType()
        The modification type
        Returns:
        the type
      • getNameList

        NodeNameList getNameList()
        the child node name list if relevant
        Returns:
        the child node name list
      • getError

        Exception getError()
        The error or null
        Returns:
        the error