public void run(RestxShell shell) throws Exception {
AppSettings appSettings = shell.getFactory()
.getComponent(AppSettings.class);
compileMode.compile(
shell,
Paths.get(appSettings.targetClasses()),
Paths.get(appSettings.targetDependency()),
Paths.get(appSettings.mainSources()),
Paths.get(appSettings.mainResources()),
null);
}