public class JavaExport extends java.lang.Object implements Export
export.java entry in a contribution manifest.| Constructor and Description |
|---|
JavaExport(PackageInfo packageInfo) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
PackageInfo |
getPackageInfo() |
javax.xml.namespace.QName |
getType()
Returns the export type.
|
int |
hashCode() |
boolean |
isResolved()
True if this export has been resolved to an import.
|
boolean |
match(Import imprt)
Returns true if an import matched the export.
|
void |
resolve()
Marks the export as resolved for an import.
|
java.lang.String |
toString() |
public JavaExport(PackageInfo packageInfo)
public javax.xml.namespace.QName getType()
Exportpublic PackageInfo getPackageInfo()
public boolean match(Import imprt)
Exportpublic boolean isResolved()
ExportisResolved in interface Exportpublic void resolve()
Exportpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object