Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


oracle.ide.resourcebundle
Class ResourceBundleSelectionValidators

java.lang.Object
  extended by oracle.javatools.data.HashStructureAdapter
      extended by oracle.ide.resourcebundle.ResourceBundleSelectionValidators


public class ResourceBundleSelectionValidators
extends HashStructureAdapter

ResourceBundleSelectionValidators represent the list of resource bundle selection validators that have been registered via the extension manifest of extensions.


Field Summary

 

Fields inherited from class oracle.javatools.data.HashStructureAdapter
_hash

 

Method Summary
static ResourceBundleSelectionValidators getInstance(HashStructure hash)
          Get an instance of ResourceBundleSelectionValidators that adapt the specified hash structure
 java.util.List<MetaClass> getResourceBundleSelectionValidators()
          Gets the a list of MetaClass objects that represent the registered resource bundle selection validators

 

Methods inherited from class oracle.javatools.data.HashStructureAdapter
addStructureChangeListener, containsKey, copyTo, copyToImpl, equals, equalsImpl, findOrCreate, forcedCopyTo, getHashStructure, removeStructureChangeListener, useObjectEquals

 

Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

getInstance

public static ResourceBundleSelectionValidators getInstance(HashStructure hash)
Get an instance of ResourceBundleSelectionValidators that adapt the specified hash structure
Parameters:
hash - a hash structure to adapt
Returns:
an instance of ResourceBundleSelectionValidators

getResourceBundleSelectionValidators

public java.util.List<MetaClass> getResourceBundleSelectionValidators()
Gets the a list of MetaClass objects that represent the registered resource bundle selection validators
Returns:
list of meta class objects that represent resource bundle selection validators

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


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