|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.1) E67661-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.javatools.resourcebundle.BundleRegistrationInfo
public final class BundleRegistrationInfo
BundleRegistrationInfo
provides information about a resource bundle that has been registered with the Ide's resource bundle framework.
Constructor Summary | |
---|---|
BundleRegistrationInfo(java.lang.String bundleId, boolean overridden) Constructor |
|
BundleRegistrationInfo(java.lang.String bundleId, boolean overridden, java.lang.String bundleSource, java.lang.String metadataStoreUsage) Constructor |
Method Summary | |
---|---|
java.lang.String |
getBundleId() Gets the fully-qualified name of the bundle |
java.lang.String |
getBundleSource() |
java.lang.String |
getMetadataStoreUsage() |
boolean |
isOverridden() Gets whether the bundle is considered to have overrides in the application-level override bundle |
void |
setBundleSource(java.lang.String bundleSource) |
void |
setMetadataStoreUsage(java.lang.String metadataStoreUsage) |
void |
setOverridden(boolean overridden) Sets whether the bundle is considered to have overrides in the application-level override bundle |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
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 BundleRegistrationInfo(java.lang.String bundleId, boolean overridden, java.lang.String bundleSource, java.lang.String metadataStoreUsage)
bundleId
- the fully-qualified name of the bundleoverridden
- true if the bundle is considered to have overrides in the application-level override bundle; false otherwiseMethod Detail |
---|
public 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 otherwisepublic java.lang.String getBundleSource()
public java.lang.String getMetadataStoreUsage()
public void setBundleSource(java.lang.String bundleSource)
public void setMetadataStoreUsage(java.lang.String metadataStoreUsage)
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.1) E67661-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |