org.drools.guvnor.server.selector
Interface AssetSelector

All Known Implementing Classes:
BuiltInSelector, RuleBasedSelector

public interface AssetSelector

Asset selectors can be used to choose if an asset is part of a build. Asset selectors should be stateless, they will be called multiple times.


Method Summary
 boolean isAssetAllowed(AssetItem asset)
           
 

Method Detail

isAssetAllowed

boolean isAssetAllowed(AssetItem asset)
Parameters:
asset - The asset to be tested.
Returns:
true if asset it allowed.


Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.