public class MCPackage extends Object implements IMCPackage, IDescribable
IMCPackage interface.| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription() |
IMCModule |
getModule() |
String |
getName()
Returns the package name.
|
int |
hashCode() |
Boolean |
isExported() |
String |
toString() |
public String getName()
IMCPackageAn example is "java.lang".
getName in interface IDescribablegetName in interface IMCPackagepublic IMCModule getModule()
getModule in interface IMCPackagepublic Boolean isExported()
isExported in interface IMCPackagetrue if the package is exported from it's module, or if it's in a pre modules
environment, false otherwisepublic String getDescription()
getDescription in interface IDescribableCopyright © 2019. All rights reserved.