Package org.eclipse.jst.jsf.common.internal.finder.AbstractMatcher

Examples of org.eclipse.jst.jsf.common.internal.finder.AbstractMatcher.AlwaysMatcher


            final IContainer folder)
    {
        final VisitorMatcher<IContainer, IResource, String> matcher = new VisitorMatcher<IContainer, IResource, String>(
                "", "", //$NON-NLS-1$ //$NON-NLS-2$
                new FileMatchingAcceptor(),
                Collections.singletonList(new AlwaysMatcher()));
        final List<IWorkspaceJSFResourceFragment> newFragments = new ArrayList<IWorkspaceJSFResourceFragment>();
        try
        {
            final Collection<? extends IResource> foundResources = matcher
                    .find(folder);
View Full Code Here

TOP

Related Classes of org.eclipse.jst.jsf.common.internal.finder.AbstractMatcher.AlwaysMatcher

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.