org.apache.hivemind.service
Class MethodContribution
java.lang.Object
org.apache.hivemind.impl.BaseLocatable
org.apache.hivemind.service.MethodContribution
- All Implemented Interfaces:
- Locatable, LocationHolder
public class MethodContribution
- extends BaseLocatable
Contains contributions defined by the hivemind.MethodFilter
schema.
- Author:
- Howard Lewis Ship
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MethodContribution
public MethodContribution()
getInclude
public boolean getInclude()
getMethodPattern
public java.lang.String getMethodPattern()
setInclude
public void setInclude(boolean b)
setMethodPattern
public void setMethodPattern(java.lang.String string)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.