public class ClientJarWriter extends Object
Deployers will use the ClientArtifactsManager to record files which
they generate that need to be included in the downloadable client JAR. Examples
are EJB stubs, web services artifacts, and JARs related to app clients.
Once all deployers have run through the prepare phase this class can be used to
create the client JAR, collecting those client artifacts into the
generated JAR, and adding the generated client JAR to the list of files
related to this application that are available for download.
| Modifier and Type | Field and Description |
|---|---|
static Logger |
deplLogger |
| Constructor and Description |
|---|
ClientJarWriter(org.glassfish.internal.deployment.ExtendedDeploymentContext deploymentContext) |
public static final Logger deplLogger
public ClientJarWriter(org.glassfish.internal.deployment.ExtendedDeploymentContext deploymentContext)
public void run()
throws IOException
IOExceptionCopyright © 2017–2020 Eclipse Foundation. All rights reserved.