|
Copyright @ 2002 SAP. All Rights Reserved. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface represents a generic provider for input streams used to unmarshal development components.
| Method Summary | |
PPInputProvider |
getPPInputProvider(java.lang.String publicPartName)
Returns an input provider for the public parts of the given DC. |
java.lang.String[] |
getPublicParts()
Returns a list of the public parts of the given DC. |
java.io.InputStream |
getStreamForDC()
Provides an input stream for the selected development component |
void |
releaseStream(java.io.InputStream stream)
Releases the given input stream. |
| Method Detail |
public java.io.InputStream getStreamForDC()
throws ProviderException
ProviderException - if the component does not exist or is
invalid, or the description file could not be found.public void releaseStream(java.io.InputStream stream)
stream - the stream to release.
public java.lang.String[] getPublicParts()
throws ProviderException
public PPInputProvider getPPInputProvider(java.lang.String publicPartName)
throws ProviderException
publicPartName - the name of a public part.ProviderException - if the public part does not exist or is
invalid, or the description file could not be found.
|
Copyright @ 2002 SAP. All Rights Reserved. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||