Interface ImportInfo.Info
-
- Enclosing interface:
- ImportInfo
public static interface ImportInfo.Info
The detailed information about an imported path- Since:
- 3.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Exception
getError()
The error ornull
NodeNameList
getNameList()
the child node name list if relevantString
getPath()
The pathImportInfo.Type
getType()
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
-
-