Klasse SkipExistingTargetFileStrategy
java.lang.Object
org.apache.torque.generator.control.existingtargetstrategy.ReplaceTargetFileStrategy
org.apache.torque.generator.control.existingtargetstrategy.SkipExistingTargetFileStrategy
- Alle implementierten Schnittstellen:
ExistingTargetStrategy
A handler which implements the strategy to skip existing target files.
- Version:
- $Id: SkipExistingTargetFileStrategy.java 1917241 2024-04-21 13:29:41Z tv $
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
beforeGeneration
(String outputDirKey, String outputPath, Charset charSet, UnitConfiguration unitConfiguration) Will be called before the generation is started and decides whether the generation process for this file should proceed.Returns the name of the existing target strategy.Von Klasse geerbte Methoden org.apache.torque.generator.control.existingtargetstrategy.ReplaceTargetFileStrategy
afterGeneration
-
Felddetails
-
STRATEGY_NAME
The strategy name "skip".- Siehe auch:
-
-
Konstruktordetails
-
SkipExistingTargetFileStrategy
public SkipExistingTargetFileStrategy()
-
-
Methodendetails
-
beforeGeneration
public boolean beforeGeneration(String outputDirKey, String outputPath, Charset charSet, UnitConfiguration unitConfiguration) Will be called before the generation is started and decides whether the generation process for this file should proceed.- Angegeben von:
beforeGeneration
in SchnittstelleExistingTargetStrategy
- Setzt außer Kraft:
beforeGeneration
in KlasseReplaceTargetFileStrategy
- Parameter:
outputDirKey
- the key for the output directory into which the generated file should be written, null for the default output directory.outputPath
- the path to which the output should be written, relative to the output base directory.charSet
- The character encoding of the generated file, or null for the platform default encoding.unitConfiguration
- the configuration of the current configuration unit, not null.- Gibt zurück:
- true if the target file does not exist, false otherwise.
-
getStrategyName
Returns the name of the existing target strategy.- Angegeben von:
getStrategyName
in SchnittstelleExistingTargetStrategy
- Setzt außer Kraft:
getStrategyName
in KlasseReplaceTargetFileStrategy
- Gibt zurück:
- "skip"
-