| java.lang.Object biz.hammurapi.transformica.AbstractTouchDetector
All known Subclasses: biz.hammurapi.transformica.FileTouchDetector, biz.hammurapi.transformica.HypersonicTouchDetector,
AbstractTouchDetector | abstract public class AbstractTouchDetector implements TouchDetector(Code) | | Base class for touch detectors
author: Pavel Vlasov version: $Revision: 1.1 $ |
ACTION_GENERATE_WITH_DIFFERENT_NAME | final public static int ACTION_GENERATE_WITH_DIFFERENT_NAME(Code) | | Do not overwrite touched file, generate with different name;
|
ACTION_MERGE | final public static int ACTION_MERGE(Code) | | Overwrite touched file, make a backup copy and merge the following elements:
- Imports.
- Types which don't have @pamda-generated tag
- Static and instance initializers.
- Method bodies for methods in the model with empty behaviour.
- Methods which don't have @pamda-generated tag
|
ACTION_OVERWRITE | final public static int ACTION_OVERWRITE(Code) | | Overwrite touched file, but make a backup copy.
|
ACTION_SKIP | final public static int ACTION_SKIP(Code) | | Do not overwrite touched file.
|
ignoreTimeStamp | protected boolean ignoreTimeStamp(Code) | | |
|
|