Package org.marid.runtime.model
Class Deployment
java.lang.Object
org.marid.runtime.model.Deployment
- All Implemented Interfaces:
java.lang.AutoCloseable
public final class Deployment
extends java.lang.Object
implements java.lang.AutoCloseable
-
Field Summary
Fields Modifier and Type Field Description java.util.List<java.lang.String>args -
Constructor Summary
Constructors Constructor Description Deployment(java.net.URL zipFile, java.util.List<java.lang.String> args) -
Method Summary
-
Field Details
-
args
public final java.util.List<java.lang.String> args
-
-
Constructor Details
-
Deployment
public Deployment(java.net.URL zipFile, java.util.List<java.lang.String> args) throws java.io.IOException- Throws:
java.io.IOException
-
-
Method Details