com.bea.content.spi.flexspi.common
Class SPIDescriptionKeys

java.lang.Object
  extended by com.bea.content.spi.flexspi.common.SPIDescriptionKeys

public final class SPIDescriptionKeys
extends Object

List of SPI description keys. Used by Repository.getDescription().


Field Summary
static String DESCRIPTION_KEY
          The key used to store the SPI Description in the repository description map.
static String VENDOR_KEY
          The key used to store the SPI Vendor in the repsoitory description map.
static String VERSION_KEY
          The key used to store the SPI Version in the repository description map.
 
Constructor Summary
SPIDescriptionKeys()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VENDOR_KEY

public static final String VENDOR_KEY
The key used to store the SPI Vendor in the repsoitory description map.

See Also
Constants Summary

VERSION_KEY

public static final String VERSION_KEY
The key used to store the SPI Version in the repository description map.

See Also
Constants Summary

DESCRIPTION_KEY

public static final String DESCRIPTION_KEY
The key used to store the SPI Description in the repository description map.

See Also
Constants Summary
Constructor Detail

SPIDescriptionKeys

public SPIDescriptionKeys()


Copyright © 2011, Oracle. All rights reserved.