| com.sun.portal.desktop.deployment.ParExtractionContext
All known Subclasses: com.sun.portal.desktop.deployment.DPBasedExCtx,
ParExtractionContext | public interface ParExtractionContext (Code) | | The interface used by the extraction process. It's purpose is to encapsulate the use
of the administration interface for populated the portal server. It uses the information
in an extraction operation to set relevent status for the other methods which deploy
stream information, usually obtained form a .par file.
You COULD construct input streams and use this class to deploy stuff to the portal server
from other sources, but that's not the intent.
author: yabob version: |
Method Summary | |
public void | delDirectory(String prop, String subdir, String dfilter, boolean removeTopChildren) | public void | initializeForOperation(ExtractOp op) | public void | putClassFile(String fullname, InputStream in) | public void | putConfigFile(String path, InputStream in) | public void | putParEntryXMLFile(InputStream in, int types) | public void | putPropLocFile(String rootproperty, String path, InputStream in) | public void | putStaticFile(String path, InputStream in) | public void | putWarFile(String path, InputStream in) | public void | setChannelPath(InputStream in, int types) | public void | terminateOperation(boolean success) |
|
|