com.atlassian.bamboo.plugins.maven.task
Class MavenUtils.MavenVersionMatcher

java.lang.Object
  extended by com.atlassian.bamboo.plugins.maven.task.MavenUtils.MavenVersionMatcher
All Implemented Interfaces:
com.google.common.base.Predicate<java.io.File>
Enclosing class:
MavenUtils

public static class MavenUtils.MavenVersionMatcher
extends java.lang.Object
implements com.google.common.base.Predicate<java.io.File>


Constructor Summary
MavenUtils.MavenVersionMatcher(java.util.regex.Pattern pattern)
           
 
Method Summary
 boolean apply(java.io.File input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Predicate
equals
 

Constructor Detail

MavenUtils.MavenVersionMatcher

public MavenUtils.MavenVersionMatcher(@NotNull
                                      java.util.regex.Pattern pattern)
Method Detail

apply

public boolean apply(@Nullable
                     java.io.File input)
Specified by:
apply in interface com.google.common.base.Predicate<java.io.File>


Copyright © 2012 Atlassian. All Rights Reserved.