|
|||||||||
| Home >> All >> com >> puppycrawl >> tools >> checkstyle >> [ api overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.puppycrawl.tools.checkstyle.api
Interface Configurable

- All Known Subinterfaces:
- FileSetCheck
- All Known Implementing Classes:
- AbstractFileSetCheck, AutomaticBean
- public interface Configurable
A component that can be configured. The general idea of Configuration/Configurable was taken from Jakarta's Avalon framework.
| Method Summary | |
void |
configure(Configuration aConfiguration)
Configures this component. |
| Method Detail |
configure
public void configure(Configuration aConfiguration) throws CheckstyleException
- Configures this component.
|
|||||||||
| Home >> All >> com >> puppycrawl >> tools >> checkstyle >> [ api overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC