import java.util.List; public interface Command2 { String getName(); void execute(String[] args, List articles); }