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()
IMCPackage
An example is "java.lang".
getName
in interface IDescribable
getName
in interface IMCPackage
public IMCModule getModule()
getModule
in interface IMCPackage
public Boolean isExported()
isExported
in interface IMCPackage
true
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 IDescribable
Copyright © 2019. All rights reserved.