com.jinfonet.designer.deployment.api
Interface DeploymentWizard
public interface DeploymentWizard
DeploymentWizard is an interface that is used to implement customerized deploy wizard.
|
Method Summary |
void |
deploy(java.awt.Frame frame,
java.lang.String catFullPathName,
java.lang.String reporthome)
|
deploy
void deploy(java.awt.Frame frame,
java.lang.String catFullPathName,
java.lang.String reporthome)
- Parameters:
frame - The main frame of this DeployWizard dialog.catFullPathName - the full name of the catalog file.reporthome - the home path of JReport applications.