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

    Modifier and Type Method Description
    void close()  
    java.lang.String getId()  
    void run()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • 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

    • getId

      public java.lang.String getId()
    • run

      public void run()
    • close

      public void close()
      Specified by:
      close in interface java.lang.AutoCloseable
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object