@Deprecated public abstract class AbstractFilesDecorator extends Object implements Decorator
| Constructor and Description |
|---|
AbstractFilesDecorator(Language language)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
decorate(Resource resource,
DecoratorContext context)
Deprecated.
|
boolean |
shouldExecuteOnProject(Project project)
Deprecated.
|
public AbstractFilesDecorator(Language language)
language - this will be use to defined whether the decorator should be executed on a projectpublic boolean shouldExecuteOnProject(Project project)
shouldExecuteOnProject in interface CheckProjectpublic void decorate(Resource resource, DecoratorContext context)
Copyright © 2009-2012 SonarSource. All Rights Reserved.