org.eclipse.jst.jsf.core.jsflibraryconfiguration
Class JSFLibraryConfigurationHelper

java.lang.Object
  extended by org.eclipse.jst.jsf.core.jsflibraryconfiguration.JSFLibraryConfigurationHelper

public final class JSFLibraryConfigurationHelper
extends java.lang.Object

Helper class for adopters needing to deal with JSF Library References

Since:
WTP JSF 1.0

Field Summary
static java.lang.String JSF_LIBRARY_CP_CONTAINER_ID
          container id for JSF Library Classpath Containers
 
Constructor Summary
JSFLibraryConfigurationHelper()
           
 
Method Summary
static java.util.Collection<JSFLibraryReference> getJSFLibraryReferences(org.eclipse.core.resources.IProject project)
           
static boolean isJSFLibraryContainer(org.eclipse.jdt.core.IClasspathEntry cpEntry)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JSF_LIBRARY_CP_CONTAINER_ID

public static final java.lang.String JSF_LIBRARY_CP_CONTAINER_ID
container id for JSF Library Classpath Containers

See Also:
Constant Field Values
Constructor Detail

JSFLibraryConfigurationHelper

public JSFLibraryConfigurationHelper()
Method Detail

getJSFLibraryReferences

public static java.util.Collection<JSFLibraryReference> getJSFLibraryReferences(org.eclipse.core.resources.IProject project)
Parameters:
project -
Returns:
collection of references

isJSFLibraryContainer

public static boolean isJSFLibraryContainer(org.eclipse.jdt.core.IClasspathEntry cpEntry)
Parameters:
cpEntry -
Returns:
boolean indicating that the classpath entry is a JSF Libary Classpath Container