org.apache.maven.dotnet.executable
Interface ExecutableMatchPolicy


public interface ExecutableMatchPolicy

Provides a way for a developer to implement custom match policies for executables.

Author:
Shane Isbell

Method Summary
 boolean match(ExecutableCapability executableCapability)
          Returns true if ExecutableCapability matches the policy implementation, otherwise returns false.
 

Method Detail

match

boolean match(ExecutableCapability executableCapability)
Returns true if ExecutableCapability matches the policy implementation, otherwise returns false.

Parameters:
executableCapability - the executable capability to match
Returns:
true if ExecutableCapability matches the policy implementation, otherwise returns false.


Copyright © 2007 NMaven. All Rights Reserved.