|
Copyright @ 2002 SAP. All Rights Reserved. | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProviderException | |
| com.sap.tc.complib | Provides classes and interfaces for the creation and manipulation of development components, software components and public parts. |
| com.sap.tc.complib.provider | Provides classes and interfaces for the serialization or initialization of components and public parts to or from their corresponding description files. |
| Uses of ProviderException in com.sap.tc.complib |
| Methods in com.sap.tc.complib that throw ProviderException | |
void |
DevelopmentComponent.serialize(DCOutputProvider provider)
Serializes this component. |
void |
DevelopmentComponent.serialize(DCOutputProvider provider,
java.lang.String schemaVersion)
|
void |
DevelopmentComponent.serializePublicPart(java.lang.String publicPartName,
DCOutputProvider provider)
Serializes the given public part of this component. |
void |
DevelopmentComponent.serializePublicPart(java.lang.String publicPartName,
DCOutputProvider provider,
java.lang.String schemaVersion)
|
void |
DevelopmentComponent.serializePublicParts(DCOutputProvider provider)
Serializes the public parts of this component. |
void |
DevelopmentComponent.serializePublicParts(DCOutputProvider provider,
java.lang.String schemaVersion)
|
void |
DevelopmentComponent.initialize(DCInputProvider provider)
Initializes this component. |
void |
DevelopmentComponent.initialize(DCInputProvider provider,
boolean withPPs)
Initializes this component and optionally its public parts. |
void |
DevelopmentComponent.initializePublicPart(java.lang.String publicPartName,
DCInputProvider provider)
Initializes the given public part and adds it to the component. |
void |
DevelopmentComponent.initializePublicParts(DCInputProvider provider)
Initializes all available part and adds them to the component. |
void |
SoftwareComponent.serialize(SCOutputProvider provider)
Serializes this component. |
void |
SoftwareComponent.initialize(SCInputProvider provider)
Initializes this component. |
static void |
ComponentFactory.serialize(DevelopmentComponent component,
DCOutputProvider provider)
Serializes the given development component. |
static void |
ComponentFactory.serialize(PublicPart publicPart,
PPOutputProvider provider)
|
static void |
ComponentFactory.serialize(SoftwareComponent component,
SCOutputProvider provider)
Serializes the given software component. |
static DevelopmentComponent |
ComponentFactory.initialize(DCInputProvider provider)
Initializes the referenced development component. |
static DevelopmentComponent |
ComponentFactory.initialize(DCInputProvider provider,
boolean withPPs)
Initializes the referenced development component and optionall its public parts. |
static PublicPart |
ComponentFactory.initialize(PPInputProvider provider)
|
static SoftwareComponent |
ComponentFactory.initialize(SCInputProvider provider)
Initializes the referenced software component. |
static DevelopmentConfiguration |
ConfigurationFactory.initializeDevelopmentConfiguration(ConfigurationInputProvider provider)
Get a DevelopmentConfiguration instance which is initialized from the configuration description encapsulated by the specified ConfigurationInputProvider |
void |
DevelopmentConfiguration.initialize(ConfigurationInputProvider provider)
Initializes this Configuration. |
void |
DevelopmentConfiguration.serialize(ConfigurationOutputProvider provider)
Serializes this Configuration. |
void |
DevelopmentConfiguration.serialize(ConfigurationOutputProvider provider,
java.lang.String schemaVersion)
Serializes this Configuration. |
void |
PublicPart.serialize(PPOutputProvider provider)
Serializes this public part. |
void |
PublicPart.serialize(PPOutputProvider provider,
java.lang.String formatVersion)
|
void |
PublicPart.initialize(PPInputProvider provider)
Initializes this public part. |
| Uses of ProviderException in com.sap.tc.complib.provider |
| Methods in com.sap.tc.complib.provider that throw ProviderException | |
java.io.OutputStream |
SCOutputProvider.getStreamForSC()
Provides an output stream for the selected software component |
java.io.InputStream |
ConfigurationInputProvider.getStreamForConfiguration()
Provides an input stream for the main congiguration |
java.io.OutputStream |
DCOutputProvider.getStreamForDC()
Provides an output stream for the selected development component |
java.io.OutputStream |
SimpleFileConfigOutputProvider.getStreamForConfiguration()
|
java.io.InputStream |
PPInputProvider.getStreamForPublicPart()
Provides an input stream for the selected public part. |
java.io.InputStream |
StreamConfigInputProvider.getStreamForConfiguration()
|
java.io.OutputStream |
StreamDCOutputProvider.getStreamForDC()
|
java.io.InputStream |
FileInputProvider.getStreamForDC()
Provides an input stream for the selected development component. |
java.io.InputStream |
FileInputProvider.getStreamForSC()
Provides an input stream for the selected software component. |
java.io.InputStream |
FileInputProvider.getStreamForPublicPart()
Provides an input stream for the selected public part. |
java.lang.String[] |
FileInputProvider.getPublicParts()
Returns a list of the public parts of the given DC. |
PPInputProvider |
FileInputProvider.getPPInputProvider(java.lang.String publicPartName)
Returns an input provider for the public parts of the selected component. |
java.lang.String[] |
FileInputProvider.getTopLevelComponents()
Returns the top-level components of the selected software component. |
java.io.OutputStream |
FileOutputProvider.getStreamForDC()
Provides an output stream for the selected development component |
java.io.OutputStream |
FileOutputProvider.getStreamForSC()
Provides an output stream for the selected software component |
java.io.OutputStream |
FileOutputProvider.getStreamForPublicPart()
Provides an output stream for the selected public part. |
java.io.OutputStream |
PPOutputProvider.getStreamForPublicPart()
Provides an output stream for the selected public part. |
java.io.InputStream |
DCInputProvider.getStreamForDC()
Provides an input stream for the selected development component |
java.lang.String[] |
DCInputProvider.getPublicParts()
Returns a list of the public parts of the given DC. |
PPInputProvider |
DCInputProvider.getPPInputProvider(java.lang.String publicPartName)
Returns an input provider for the public parts of the given DC. |
java.io.InputStream |
FileConfigInputProvider.getStreamForConfiguration()
|
java.io.OutputStream |
ConfigurationOutputProvider.getStreamForConfiguration()
Provides an output stream for the main configuration |
java.io.InputStream |
SimpleFileConfigInputProvider.getStreamForConfiguration()
|
java.io.InputStream |
SCInputProvider.getStreamForSC()
Provides an input stream for the selected software component |
java.io.OutputStream |
FileConfigOutputProvider.getStreamForConfiguration()
|
java.io.OutputStream |
StreamConfigOutputProvider.getStreamForConfiguration()
|
|
Copyright @ 2002 SAP. All Rights Reserved. | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||