public interface SkipDecider
Modifier and Type | Method and Description |
---|---|
boolean |
proceed(ControllerState controllerState)
Decides whether the source file should be skipped and not used for
generation.
|
boolean proceed(ControllerState controllerState) throws SourceException
controllerState
- the current controller state, containing e.g.
the current source element.SourceException
- if an error occursCopyright © 2000–2020 The Apache Software Foundation. All rights reserved.