public interface IImportTarget
Modifier and Type | Method and Description |
---|---|
INamespaceDefinition |
getNamespace()
Gets the
INamespaceDefinition for the imported package's public namespace. |
String |
getQualifiedName(String reference)
Interpret the reference based on this import target, and try to build a qualified
class name for it.
|
String |
getTargetName()
Gets the name of the target in our import.
|
String |
getTargetPackage()
Returns the name of the target package we are targeting
|
boolean |
isWildcard()
True if this import is a wild card
|
String getQualifiedName(String reference)
reference
- the reference as it appears in the documentString getTargetPackage()
boolean isWildcard()
String getTargetName()
INamespaceDefinition getNamespace()
INamespaceDefinition
for the imported package's public namespace.INamespaceDefinition
for the imported package's public namespace.Copyright © 2016 The Apache Software Foundation. All rights reserved.