ch.fortysix.maven.report.criterion
Class Result

java.lang.Object
  extended by ch.fortysix.maven.report.criterion.Result
All Implemented Interfaces:
groovy.lang.GroovyObject

public class Result
extends Object
implements groovy.lang.GroovyObject

Represents a result/match found in one file

Author:
Domi

Constructor Summary
Result()
           
 
Method Summary
 void addMatchGroups(List matchedGroups)
           
 String getFile()
           
 Object getMachedGroupLists()
           
 groovy.lang.MetaClass getMetaClass()
           
 Object getProperty(String name)
           
 Object invokeMethod(String name, Object args)
           
 void setFile(String value)
           
 void setMachedGroupLists(Object value)
           
 void setMetaClass(groovy.lang.MetaClass metaClass)
           
 void setProperty(String name, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Result

public Result()
Method Detail

getFile

public String getFile()

setFile

public void setFile(String value)

getMachedGroupLists

public Object getMachedGroupLists()

setMachedGroupLists

public void setMachedGroupLists(Object value)

addMatchGroups

public void addMatchGroups(List matchedGroups)

getMetaClass

public groovy.lang.MetaClass getMetaClass()
Specified by:
getMetaClass in interface groovy.lang.GroovyObject

setMetaClass

public void setMetaClass(groovy.lang.MetaClass metaClass)
Specified by:
setMetaClass in interface groovy.lang.GroovyObject

invokeMethod

public Object invokeMethod(String name,
                           Object args)
Specified by:
invokeMethod in interface groovy.lang.GroovyObject

getProperty

public Object getProperty(String name)
Specified by:
getProperty in interface groovy.lang.GroovyObject

setProperty

public void setProperty(String name,
                        Object value)
Specified by:
setProperty in interface groovy.lang.GroovyObject


Copyright © 2009-2010. All Rights Reserved.