de.frag.umlplugin.scopes
Class NamedSearchScopes

java.lang.Object
  extended by de.frag.umlplugin.scopes.NamedSearchScopes

public class NamedSearchScopes
extends java.lang.Object

Collection of named scopes that can be used for scope lookup and scope persistence.


Constructor Summary
NamedSearchScopes(com.intellij.openapi.project.Project project)
          Creates a new list of search scopes.
 
Method Summary
 java.util.Collection<com.intellij.psi.search.SearchScope> getScopes()
          Gets all search scopes contained in this list of search scopes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamedSearchScopes

public NamedSearchScopes(@NotNull
                         com.intellij.openapi.project.Project project)
Creates a new list of search scopes.

Parameters:
project - project to create list for
Method Detail

getScopes

@NotNull
public java.util.Collection<com.intellij.psi.search.SearchScope> getScopes()
Gets all search scopes contained in this list of search scopes.

Returns:
contained search scopes