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 java.lang.ExceptiongetError()The error ornullNodeNameListgetNameList()the child node name list if relevantjava.lang.StringgetPath()The pathImportInfo.TypegetType()The modification type 
 - 
 
- 
- 
Method Detail
- 
getPath
java.lang.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
java.lang.Exception getError()
The error ornull- Returns:
 - the error
 
 
 - 
 
 -