Class SopCLI


  • public class SopCLI
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String EXECUTABLE_NAME  
    • Constructor Summary

      Constructors 
      Constructor Description
      SopCLI()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int execute​(java.lang.String[] args)  
      static sop.SOP getSop()  
      static void main​(java.lang.String[] args)  
      static void setSopInstance​(sop.SOP instance)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • EXECUTABLE_NAME

        public static java.lang.String EXECUTABLE_NAME
    • Constructor Detail

      • SopCLI

        public SopCLI()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
      • execute

        public static int execute​(java.lang.String[] args)
      • getSop

        public static sop.SOP getSop()
      • setSopInstance

        public static void setSopInstance​(sop.SOP instance)