32333435363738394041
} public static void init() { Preconditions.checkState(RUN == null, "RUN already set."); RUN = new AppContext( new FileReadingProjectContextFactory(), new SystemUi(), new SystemCommandRunner(), new SystemFileSystem()); }