Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.scopemvc.application.timewarp.source
Class ScopeTestSource  view ScopeTestSource download ScopeTestSource.java

java.lang.Object
  extended byorg.scopemvc.application.timewarp.source.ScopeSource
      extended byorg.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

Field Summary
 
Fields inherited from class org.scopemvc.application.timewarp.source.ScopeSource
 
Constructor Summary
ScopeTestSource(org.scopemvc.application.timewarp.CodeGeneratorModel model, java.lang.String suffix, java.lang.String template)
          Constructor for the ScopeTestSource object
 
Method Summary
 java.io.File getDestinationDir()
          Gets the destination dir
 
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
 

Constructor Detail

ScopeTestSource

public ScopeTestSource(org.scopemvc.application.timewarp.CodeGeneratorModel model,
                       java.lang.String suffix,
                       java.lang.String template)
Constructor for the ScopeTestSource object

Method Detail

getDestinationDir

public java.io.File getDestinationDir()
Gets the destination dir

Specified by:
getDestinationDir in interface FileProducer
Overrides:
getDestinationDir in class ScopeSource