1819202122232425262728
return this; } @Override public Context accept(Context context) throws IOException { Context currentContext = context.createFolder(name); for(Prerequisite p : prerequisites) { currentContext = p.accept(currentContext); }