Interface ImportInfo.Info
-
- Enclosing interface:
- ImportInfo
public static interface ImportInfo.InfoThe detailed information about an imported path- Since:
- 3.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExceptiongetError()The error ornullNodeNameListgetNameList()the child node name list if relevantStringgetPath()The pathImportInfo.TypegetType()The modification type
-
-
-
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 ornull- Returns:
- the error
-
-