Package com.atlassian.labs.speakeasy.model

Examples of com.atlassian.labs.speakeasy.model.SearchResults


            if (isMatch(pattern, bundle))
            {
                results.add(result);
            }
        }
        SearchResults sr = new SearchResults();
        sr.setResults(results);
        return sr;
    }
View Full Code Here

TOP

Related Classes of com.atlassian.labs.speakeasy.model.SearchResults

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.