public class ModuleImportDescriptor extends Object
| Constructor and Description |
|---|
ModuleImportDescriptor(PackageElement targetPackage,
String importedName,
String pathToImportedClass) |
| Modifier and Type | Method and Description |
|---|---|
String |
getImportedName()
Gets the name of the import.
|
String |
getPathToImportedClass()
Gets the path to the imported class.
|
PackageElement |
getTargetPackage()
Gets the package of the element being imported.
|
public ModuleImportDescriptor(PackageElement targetPackage, String importedName, String pathToImportedClass)
public PackageElement getTargetPackage()
public String getImportedName()
public String getPathToImportedClass()