Package net.sourceforge.cruisecontrol.monitoring

Examples of net.sourceforge.cruisecontrol.monitoring.JmxProject


import ca.odell.glazedlists.TextFilterator;

public class ProjectTextFilterator implements TextFilterator {

    public void getFilterStrings(List baseList, Object element) {
        JmxProject project = (JmxProject) element;
       
        baseList.add( project.getProjectName() );
    }
View Full Code Here

TOP

Related Classes of net.sourceforge.cruisecontrol.monitoring.JmxProject

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.