com.ibm.websphere.models.extensions.helpers.wps
Interface CoreApplicationExtensionHelper

All Superinterfaces:
ApplicationDataHelper
All Known Implementing Classes:
CoreApplicationExtensionHelperImpl

public interface CoreApplicationExtensionHelper
extends ApplicationDataHelper

A helper interface for accessing WBI extensions to ear files. This provides accessors for the high-level objects in the model. Note that all getters are lazy initializers ... if you invoke a getter on an extension object that doesn't yet exist, one will be created and linked into the extensions document.


Field Summary
static java.lang.String BASE_EXT_URI
          The name of the xmi document for Base ear extensions.
static java.lang.String CORE_EXT_URI
          The name of the xmi document for WBI ear extensions.
 
Method Summary
 
Methods inherited from interface com.ibm.websphere.models.extensions.helpers.wps.ApplicationDataHelper
releaseResources
 

Field Detail

BASE_EXT_URI

static final java.lang.String BASE_EXT_URI
The name of the xmi document for Base ear extensions.

See Also:
Constant Field Values

CORE_EXT_URI

static final java.lang.String CORE_EXT_URI
The name of the xmi document for WBI ear extensions.

See Also:
Constant Field Values