Class EventGenOptions
java.lang.Object
org.spongepowered.eventimplgen.processor.EventGenOptions
-
Field Summary
Fields -
Method Summary
-
Field Details
-
GENERATED_EVENT_FACTORY
- See Also:
-
SORT_PRIORITY_PREFIX
- See Also:
-
GROUPING_PREFIXES
- See Also:
-
INCLUSIVE_FOLDERS
- See Also:
-
EXCLUSIVE_FOLDERS
- See Also:
-
INCLUSIVE_ANNOTATIONS
- See Also:
-
EXCLUSIVE_ANNOTATIONS
- See Also:
-
DEBUG
- See Also:
-
-
Method Details
-
generatedEventFactory
-
inclusivePackages
-
exclusivePackages
-
sortPriorityPrefix
-
groupingPrefixes
-
inclusiveAnnotations
-
exclusiveAnnotations
-
debug
public boolean debug() -
validate
public boolean validate()Ensure all options are accurate, and return `false` to skip processing if any issues are detected.This option can safely be called multiple times without printing extraneous error messages.
- Returns:
- whether all options are valid
-