Interface CContext.Directives
- Enclosing class:
CContext
public static interface CContext.Directives
Describes a C context.
- Since:
- 19.0
-
Method Summary
Modifier and TypeMethodDescriptionAll header files used in this context.Returns a collection of libraries.Returns a list of library paths.Unparameterized macro-definitions.Returns options to be passed to the C compiler when processing the directives.default boolean
This method is called immediately after the constructor, to check whether the context is part of the configuration or not.
-
Method Details
-
isInConfiguration
default boolean isInConfiguration()This method is called immediately after the constructor, to check whether the context is part of the configuration or not. If this method returns false, all elements registered inside this context are ignored.- Since:
- 19.0
-
getHeaderFiles
-
getMacroDefinitions
-
getOptions
-
getLibraries
-
getLibraryPaths
-