Class ChangeOS

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    ChangeDS, ChangeSS

    public class ChangeOS
    extends java.lang.Object
    implements java.io.Serializable
    A reorganization command, a command that changes the OS
    Author:
    jomi
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Constructor Description
      ChangeOS()  
    • Method Summary

      Modifier and Type Method Description
      void execute​(OS os, OE oe)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ChangeOS

        public ChangeOS()
    • Method Detail

      • toString

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