Class ExtensionWrapper

java.lang.Object
org.jboss.shrinkwrap.impl.base.ExtensionWrapper

class ExtensionWrapper extends Object
ExtensionWrapper Wrapper used in the extensionMapping of ExtensionLoader Initialized in ServiceExtensionLoader.loadExtensionMapping(Class)
Version:
$Revision: $
  • Field Details

  • Constructor Details

  • Method Details

    • getProperty

      public String getProperty(String key)
      Gets the value for the given key in the properties map. If the property is not found, an exception is thrown.
      Parameters:
      key - the key to look up value for
      Returns:
      value of the property
      Throws:
      RuntimeException - if the property is not found