ro.isdc.wro.model.resource.processor
Interface SupportAware

All Known Implementing Classes:
AbstractProcessorDecorator, AbstractProcessorDecoratorSupport, BenchmarkProcessorDecorator, CopyrightKeeperProcessorDecorator, DefaultProcessorDecorator, ExceptionHandlingProcessorDecorator, ExtensionsAwareProcessorDecorator, ImportAwareProcessorDecorator, LazyProcessorDecorator, MinimizeAwareProcessorDecorator, NodeCoffeeScriptProcessor, NodeLessCssProcessor, NodeTypeScriptProcessor, PathPatternProcessorDecorator, ProcessorDecorator, SupportAwareProcessorDecorator

public interface SupportAware

Implementors of this interface will be able to provide information about its support. A sample use case: a processor which indicates that the implementation is supported on current environment (some processors may be supported on Linux, but unsupported on other platforms), or if certain prerequisites are met.

Since:
1.5.0
Author:
Alex Objelean

Method Summary
 boolean isSupported()
           
 

Method Detail

isSupported

boolean isSupported()
Returns:
true if the implementor of this interface is supported.


Copyright © 2008-2013. All Rights Reserved.