1 package com.openedit.archive.update;2 3 import java.util.List ;4 5 6 public interface Executor {7 public boolean exec(List inputCommand);8 }9