java.lang.Object
org.scopemvc.application.timewarp.source.ScopeSource
org.scopemvc.application.timewarp.source.ScopeTestSource
- All Implemented Interfaces:
- FileProducer
- public class ScopeTestSource
- extends ScopeSource
Base class for classes writing specific Scope components.
- Version:
- 2.0
| Fields inherited from class org.scopemvc.application.timewarp.source.ScopeSource |
|
| Methods inherited from class org.scopemvc.application.timewarp.source.ScopeSource |
createVelocityContext, getBaseClassName, getDestinationClassName, getDestinationFileName, getDestinationFileName, getModel, getPackage, getSuffix, getTemplate, isEnabled, setEnabled, setSuffix |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScopeTestSource
public ScopeTestSource(org.scopemvc.application.timewarp.CodeGeneratorModel model,
java.lang.String suffix,
java.lang.String template)
- Constructor for the ScopeTestSource object
getDestinationDir
public java.io.File getDestinationDir()
- Gets the destination dir
- Specified by:
getDestinationDir in interface FileProducer- Overrides:
getDestinationDir in class ScopeSource