Package moise.reorg.commands
Class ChangeOS
- java.lang.Object
-
- moise.reorg.commands.ChangeOS
-
- All Implemented Interfaces:
java.io.Serializable
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()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
execute
public void execute(OS os, OE oe) throws MoiseException
- Throws:
MoiseException
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-