com.sun.enterprise.tools.verifier.hk2
Class PackageAnalyser.SplitPackage
java.lang.Object
com.sun.enterprise.tools.verifier.hk2.PackageAnalyser.SplitPackage
- Enclosing class:
- PackageAnalyser
public static class PackageAnalyser.SplitPackage
- extends java.lang.Object
Holds information about a split-package.
A split-package is a package whose contents come from multiple bundles.
Note that, a package can be exported by multiple bundles. It leads to
problematic scenarios when the symmetric difference of set of classes
for a package from the two bundles is not an empty set. In other words,
they should contain identical set of classes from the same package.
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
PackageAnalyser.SplitPackage
public PackageAnalyser.SplitPackage(java.lang.String name,
java.util.Set<PackageAnalyser.Bundle> exporters)
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2011 Oracle Corporation. All Rights Reserved.