|
org.netbeans.modules.j2eeserver/4 1.55.0 1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AntDeploymentProvider
This interface represents a "provider" for the Ant deployment.
The j2eeserver uses OptionalDeploymentManagerFactory to optains an
instance of the AntDeploymentProvider from the server integration plugin.
| Method Summary | |
|---|---|
File |
getDeploymentPropertiesFile()
Return the server instance specific deployment properties file used by the deployment build script generated by the writeDeploymentScript(OutputStream,Object). |
void |
writeDeploymentScript(OutputStream os,
Object moduleType)
Generates the Ant deployment build script for the given module type to the specified output stream. |
| Method Detail |
|---|
void writeDeploymentScript(OutputStream os,
Object moduleType)
throws IOException
See AntDeploymentHelper.writeDeploymentScript(File,Object,String)
for what targets and properties is the Ant deployment build script required
to define and what predefined properties it might use.
os - the output stream the deployment build script should be generated
to.moduleType - the module type the build script should handle. Use the
constants defined in the J2eeModule.
IOException - if a problem during generating the build script occurs.File getDeploymentPropertiesFile()
writeDeploymentScript(OutputStream,Object).
|
org.netbeans.modules.j2eeserver/4 1.55.0 1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||