wt.tools.generation.architecture.service
Class WTArchitectureGenerator

java.lang.Object
  extended bywt.tools.generation.architecture.TargetGenerator
      extended bywt.tools.generation.architecture.service.WTArchitectureGenerator

public class WTArchitectureGenerator
extends TargetGenerator


Field Summary
 
Fields inherited from class wt.tools.generation.architecture.TargetGenerator
classAccumulator, classProcessors, sourceClass
 
Constructor Summary
WTArchitectureGenerator()
           
 
Method Summary
protected  ClassClass forwarder(ClassClass theClass)
           
 void generate()
           
protected  String implFileName(String conceptualFileName)
           
protected  void removeAnchor(String conceptualFileName)
           
protected  boolean wasAugmentable(String implFileName)
           
protected  boolean wasNonAugmentable(String implFileName, String conceptualFileName)
           
 
Methods inherited from class wt.tools.generation.architecture.TargetGenerator
initialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WTArchitectureGenerator

public WTArchitectureGenerator()
Method Detail

forwarder

protected ClassClass forwarder(ClassClass theClass)

generate

public void generate()
Overrides:
generate in class TargetGenerator

implFileName

protected String implFileName(String conceptualFileName)

removeAnchor

protected void removeAnchor(String conceptualFileName)

wasAugmentable

protected boolean wasAugmentable(String implFileName)

wasNonAugmentable

protected boolean wasNonAugmentable(String implFileName,
                                    String conceptualFileName)