de.saumya.mojo.ruby.rails
Class RailsState

java.lang.Object
  extended by de.saumya.mojo.ruby.rails.RailsState

public class RailsState
extends Object


Constructor Summary
RailsState(GemsConfig gemsConfig)
           
 
Method Summary
 RailsState clone()
           
 File getLaunchDirectory()
           
 String getModel()
           
 GemsConfig getRubygemsConfig()
           
 boolean isPatched()
           
 void setModel(String model)
           
 void setPatched(boolean patched)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RailsState

public RailsState(GemsConfig gemsConfig)
Method Detail

getLaunchDirectory

public File getLaunchDirectory()

isPatched

public boolean isPatched()

setPatched

public void setPatched(boolean patched)

clone

public RailsState clone()
Overrides:
clone in class Object

setModel

public void setModel(String model)

getModel

public String getModel()

getRubygemsConfig

public GemsConfig getRubygemsConfig()


Copyright © 2010. All Rights Reserved.