Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 



org.eclipse.jst.jsf.designtime.symbols
Class SymbolUtil

java.lang.Object
  extended by 
org.eclipse.jst.jsf.designtime.symbols.SymbolUtil

public final class SymbolUtil
extends java.lang.Object

Utilities for symbol handling


Method Summary
static  ISymbol[] filterSymbolsByPrefix ( ISymbol[] allSymbols, java.lang.String prefix)
           
static  ISymbol findSymbolByName ( ISymbol[] symbols, java.lang.String name)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

findSymbolByName

public static 
ISymbol findSymbolByName(
ISymbol[] symbols,
                                       java.lang.String name)
Parameters:
symbols -
name -
Returns:
the symbol in symbols matching name or null if not there

filterSymbolsByPrefix

public static 
ISymbol[] filterSymbolsByPrefix(
ISymbol[] allSymbols,
                                              java.lang.String prefix)
Parameters:
allSymbols -
prefix -
Returns:
an array of symbols filtered based on name.startsWith(prefix)



 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire