public class RailsService extends Object
Constructor and Description |
---|
RailsService(RailsState state,
Object repositorySystemSession,
ScriptFactory factory,
GemManager gemManager,
RailsManager manager) |
Modifier and Type | Method and Description |
---|---|
void |
createNew(String appPath,
String railsVersion,
String... args) |
void |
generate(String generator,
String... args) |
void |
rake(String tasks) |
void |
resetState() |
public RailsService(RailsState state, Object repositorySystemSession, ScriptFactory factory, GemManager gemManager, RailsManager manager) throws RailsException, IOException
RailsException
IOException
public void resetState() throws RailsException, IOException
RailsException
IOException
public void createNew(String appPath, String railsVersion, String... args) throws RailsException, GemException, IOException, ScriptException
public void rake(String tasks) throws IOException, ScriptException, GemException, RailsException
public void generate(String generator, String... args) throws IOException, ScriptException, GemException, RailsException
Copyright © 2017. All rights reserved.