| Frames | No Frames |
Classes implementing com.puppycrawl.tools.checkstyle.api.Configuration | |
| class | Default implementation of the Configuration interface. |
Methods with parameter type com.puppycrawl.tools.checkstyle.api.Configuration | |
| void | Makes a configuration a child of this configuration. |
| void | Removes a child of this configuration. |
| void | Instantiates, configures and registers a child AbstractFilter
or FileSetCheck
that is specified in the provided configuration. |
| void | Instantiates, configures and registers a Check that is specified
in the provided configuration. |
Methods with return type com.puppycrawl.tools.checkstyle.api.Configuration | |
| Configuration[] | |
| Configuration | ConfigurationLoader.loadConfiguration(InputStream aConfigStream, PropertyResolver aOverridePropsResolver, boolean aOmitIgnoredModules) Returns the module configurations from a specified input stream. |
| Configuration | Returns the module configurations in a specified file. |
| Configuration | ConfigurationLoader.loadConfiguration(String aConfig, PropertyResolver aOverridePropsResolver, boolean aOmitIgnoredModules) Returns the module configurations in a specified file. |
Methods with parameter type com.puppycrawl.tools.checkstyle.api.Configuration | |
| void | Implements the Configurable interface using bean introspection. |
| void | Configures this component. |
| void | Called by configure() for every child of this component's Configuration. |
Methods with return type com.puppycrawl.tools.checkstyle.api.Configuration | |
| Configuration[] | The set of child configurations. |
| Configuration | Returns the configuration that was used to configure this component. |
| Back to the Checkstyle Home Page |