org.apache.maven.toolchain
Class RequirementMatcherFactory

java.lang.Object
  extended by org.apache.maven.toolchain.RequirementMatcherFactory

public final class RequirementMatcherFactory
extends Object

Author:
mkleint

Method Summary
static RequirementMatcher createExactMatcher(String provideValue)
           
static RequirementMatcher createVersionMatcher(String provideValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createExactMatcher

public static RequirementMatcher createExactMatcher(String provideValue)

createVersionMatcher

public static RequirementMatcher createVersionMatcher(String provideValue)


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.