com.pmease.quickbuild.setting.step.nodematcher
Class MatchResult

java.lang.Object
  extended by com.pmease.quickbuild.setting.step.nodematcher.MatchResult

public class MatchResult
extends java.lang.Object


Constructor Summary
MatchResult(boolean matched, java.util.List<java.lang.String> reasons)
           
MatchResult(boolean matched, java.lang.String reason)
           
 
Method Summary
 java.util.List<java.lang.String> getReasons()
           
 boolean isMatched()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MatchResult

public MatchResult(boolean matched,
                   java.util.List<java.lang.String> reasons)

MatchResult

public MatchResult(boolean matched,
                   java.lang.String reason)
Method Detail

isMatched

public boolean isMatched()

getReasons

public java.util.List<java.lang.String> getReasons()


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.