|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--net.sf.bloof.metrics.DeveloperGroup
Represents a group of developers. Acts as filter for a Metric
| Field Summary |
| Fields inherited from interface net.sf.bloof.metrics.Filter |
DEFAULT_NAME_PREFIXES, DEVELOPER, FILE, TIMESPAN |
| Constructor Summary | |
DeveloperGroup(java.lang.String[] aDevelNames,
java.lang.String aName)
Default constructor |
|
| Method Summary | |
java.lang.String |
getContent()
Returns the content of the filter as string |
int |
getFilterType()
Returns the type of the filter, must be one of Filter.FILE, Filter.DEVELOPER, Filter.TIMESPAN |
java.lang.String |
getName()
Returns the name of the filter |
java.lang.String[] |
getNames()
Returns the names of the developers in this filter |
void |
setName(java.lang.String aName)
Sets a name |
java.lang.String |
toString()
(non-Javadoc) |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public DeveloperGroup(java.lang.String[] aDevelNames,
java.lang.String aName)
aDevelNames - names of developersaName - name of the group| Method Detail |
public java.lang.String getContent()
Filter
getContent in interface FilterObject.toString( )public int getFilterType()
Filter
getFilterType in interface FilterFilter.getFilterType()public java.lang.String getName()
Filter
getName in interface FilterFilter.getName( )public java.lang.String[] getNames()
public void setName(java.lang.String aName)
Filter
setName in interface FilteraName - name to setFilter.setName(java.lang.String)public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||