org.eclipse.emf.ecp.core.util
Interface ECPFilterProvider

All Known Implementing Classes:
DefaultFilter

public interface ECPFilterProvider

Interface to provide a collection of nsUris that should not be available.

Author:
Eugen Neufeld

Method Summary
 Set<String> getHiddenPackages()
          Returns the Set of nsUris that should be by default not visible in ecp.
 

Method Detail

getHiddenPackages

Set<String> getHiddenPackages()
Returns the Set of nsUris that should be by default not visible in ecp.

Returns:
the Set of nsUris


Copyright © 2014. All Rights Reserved.