Package preferences
Class ModelAbstraction
- java.lang.Object
-
- preferences.ModelAbstraction
-
- All Implemented Interfaces:
IModelAbstraction
public class ModelAbstraction extends Object implements IModelAbstraction
Abstracts paths to the different models Needed to enable different handling in tests
-
-
Constructor Summary
Constructors Constructor Description ModelAbstraction(String path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAssemblyPath()StringgetCleanupOutpath()StringgetContextModelPath()StringgetDeriverOutPath()StringgetReducerOutPath()StringgetRepositoryModelPath()StringgetUsageModelPath()
-
-
-
Constructor Detail
-
ModelAbstraction
public ModelAbstraction(String path)
-
-
Method Detail
-
getUsageModelPath
public String getUsageModelPath()
- Specified by:
getUsageModelPathin interfaceIModelAbstraction
-
getRepositoryModelPath
public String getRepositoryModelPath()
- Specified by:
getRepositoryModelPathin interfaceIModelAbstraction
-
getAssemblyPath
public String getAssemblyPath()
- Specified by:
getAssemblyPathin interfaceIModelAbstraction
-
getContextModelPath
public String getContextModelPath()
- Specified by:
getContextModelPathin interfaceIModelAbstraction
-
getDeriverOutPath
public String getDeriverOutPath()
- Specified by:
getDeriverOutPathin interfaceIModelAbstraction
-
getReducerOutPath
public String getReducerOutPath()
- Specified by:
getReducerOutPathin interfaceIModelAbstraction
-
getCleanupOutpath
public String getCleanupOutpath()
- Specified by:
getCleanupOutpathin interfaceIModelAbstraction
-
-