Class ModelConfigration
- java.lang.Object
-
- org.brijframework.model.config.asm.ModelConfigration
-
- All Implemented Interfaces:
ModelConfig
public class ModelConfigration extends Object implements ModelConfig
-
-
Constructor Summary
Constructors Constructor Description ModelConfigration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLocation()StringgetPackages()booleanisEnable()voidsetEnable(boolean enable)voidsetLocation(String location)voidsetPackages(String packages)
-
-
-
Method Detail
-
setEnable
public void setEnable(boolean enable)
-
isEnable
public boolean isEnable()
- Specified by:
isEnablein interfaceModelConfig
-
setLocation
public void setLocation(String location)
-
getLocation
public String getLocation()
- Specified by:
getLocationin interfaceModelConfig
-
getPackages
public String getPackages()
-
setPackages
public void setPackages(String packages)
-
-