com.github.dreamhead.moco.parser.model
Class GlobalSetting

java.lang.Object
  extended by com.github.dreamhead.moco.parser.model.GlobalSetting

public class GlobalSetting
extends java.lang.Object


Constructor Summary
GlobalSetting()
           
 
Method Summary
 java.lang.String getContext()
           
 java.lang.String getEnv()
           
 java.lang.String getFileRoot()
           
 java.lang.String getInclude()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobalSetting

public GlobalSetting()
Method Detail

getInclude

public java.lang.String getInclude()

getContext

public java.lang.String getContext()

getFileRoot

public java.lang.String getFileRoot()

getEnv

public java.lang.String getEnv()