Package org.apache.torque.generator.control.existingtargetstrategy

This package defines and implements strategies for dealing with the situation that a target file already exists.

See:
          Description

Interface Summary
ExistingTargetStrategy A handler which implements a strategy on how to deal with existing targets.
 

Class Summary
AppendToTargetFileStrategy A handler which implements the strategy to append the generation result to the existing target files.
MergeTargetFileStrategy A handler which implements the strategy to replace existing target files.
ReplaceTargetFileStrategy A handler which implements the strategy to replace existing target files.
SkipExistingTargetFileStrategy A handler which implements the strategy to skip existing target files.
 

Package org.apache.torque.generator.control.existingtargetstrategy Description

This package defines and implements strategies for dealing with the situation that a target file already exists.



Copyright © 2000-2012 The Apache Software Foundation. All Rights Reserved.