Schnittstelle SkipDecider
- Alle bekannten Implementierungsklassen:
StopGenerationDecider
public interface SkipDecider
A class deciding whether the generation should be skipped or not.
The class is asked for every source which is processed.
- Version:
- $Id: SkipDecider.java 1331190 2012-04-27 02:41:35Z tfischer $
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
proceed
(ControllerState controllerState) Decides whether the source file should be skipped and not used for generation.
-
Methodendetails
-
proceed
Decides whether the source file should be skipped and not used for generation.- Parameter:
controllerState
- the current controller state, containing e.g. the current source element.- Gibt zurück:
- true if the current generation should proceed, false if the generation should be skipped.
- Löst aus:
SourceException
- if an error occurs
-