public final class BundleRegistrationInfo
extends java.lang.Object
BundleRegistrationInfo provides information about a resource bundle
that has been registered with the Ide's resource bundle framework.| Constructor and Description |
|---|
BundleRegistrationInfo(java.lang.String bundleId,
boolean overridden)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBundleId()
Gets the fully-qualified name of the bundle
|
boolean |
isOverridden()
Gets whether the bundle is considered to have overrides in the
application-level override bundle
|
void |
setOverridden(boolean overridden)
Sets whether the bundle is considered to have overrides in the
application-level override bundle
|
public BundleRegistrationInfo(java.lang.String bundleId,
boolean overridden)
bundleId - the fully-qualified name of the bundleoverridden - true if the bundle is considered to have overrides in the
application-level override bundle; false otherwisepublic java.lang.String getBundleId()
public boolean isOverridden()
public void setOverridden(boolean overridden)
overridden - true if the bundle is considered to have overrides in the
application-level override bundle; false otherwise