Package org.eclipse.egit.ui.internal.components

Examples of org.eclipse.egit.ui.internal.components.RefContentProposal


            if (pattern != null
                && !pattern.matcher(ref.getName()).matches()
                && !pattern.matcher(shortenedName).matches())
              continue;

            IContentProposal propsal = new RefContentProposal(
                repository, ref);
            resultList.add(propsal);
          }

        return resultList.toArray(new IContentProposal[resultList
View Full Code Here

TOP

Related Classes of org.eclipse.egit.ui.internal.components.RefContentProposal

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.