Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.9.1)

E67661-01


oracle.javatools.resourcebundle
Class BundleRegistrationInfo

java.lang.Object
  extended by oracle.javatools.resourcebundle.BundleRegistrationInfo


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 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

BundleRegistrationInfo

public BundleRegistrationInfo(java.lang.String bundleId,
                              boolean overridden)
Constructor
Parameters:
bundleId - the fully-qualified name of the bundle
overridden - true if the bundle is considered to have overrides in the application-level override bundle; false otherwise

BundleRegistrationInfo

public BundleRegistrationInfo(java.lang.String bundleId,
                              boolean overridden,
                              java.lang.String bundleSource,
                              java.lang.String metadataStoreUsage)
Constructor
Parameters:
bundleId - the fully-qualified name of the bundle
overridden - true if the bundle is considered to have overrides in the application-level override bundle; false otherwise

Method Detail

getBundleId

public java.lang.String getBundleId()
Gets the fully-qualified name of the bundle
Returns:
the fully-qualified name of the bundle

isOverridden

public boolean isOverridden()
Gets whether the bundle is considered to have overrides in the application-level override bundle
Returns:
true if the bundle is considered to have overrides in the application-level override bundle; false otherwise

setOverridden

public void setOverridden(boolean overridden)
Sets whether the bundle is considered to have overrides in the application-level override bundle
Parameters:
overridden - true if the bundle is considered to have overrides in the application-level override bundle; false otherwise

getBundleSource

public java.lang.String getBundleSource()

getMetadataStoreUsage

public java.lang.String getMetadataStoreUsage()

setBundleSource

public void setBundleSource(java.lang.String bundleSource)

setMetadataStoreUsage

public void setMetadataStoreUsage(java.lang.String metadataStoreUsage)

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.9.1)

E67661-01


Copyright © 1997, 2016, Oracle. All rights reserved.