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.core.jsflibraryregistry
Class JSFLibraryArchiveFilesDelegate

java.lang.Object
  extended by 
org.eclipse.jst.jsf.core.jsflibraryregistry.JSFLibraryArchiveFilesDelegate

Deprecated. along with the jsflibraries extension-point

public abstract class JSFLibraryArchiveFilesDelegate
extends java.lang.Object

Abstract delegate class used by jsfLibraries ext-pt to return collection of ArchiveFiles to PluginProvidedJSFLibraryCreationHelper. Caller must first setConfigurationElement(IConfigurationElement element) before a call to getArchiveFiles().

Provisional API - subject to change


Constructor Summary
JSFLibraryArchiveFilesDelegate ()
          Deprecated. Constructs an instance.
 
Method Summary
abstract  java.util.Collection getArchiveFiles ()
          Deprecated. Returns a Collection of org.eclipse.jst.jsf.core.internal.jsflibraryregistry.ArchiveFile instances.
 void setConfigurationElement (IConfigurationElement extPtElement)
          Deprecated. Sets the IConfigurationElement instance to be subsequently used to get the plugin ID and the name defined for the JSF Library.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSFLibraryArchiveFilesDelegate

public JSFLibraryArchiveFilesDelegate()
Deprecated. 
Constructs an instance.

Method Detail

getArchiveFiles

public abstract java.util.Collection getArchiveFiles()
Deprecated. 
Returns a Collection of org.eclipse.jst.jsf.core.internal.jsflibraryregistry.ArchiveFile instances.

Returns:
A Collection of org.eclipse.jst.jsf.core.internal.jsflibraryregistry.ArchiveFile instances

setConfigurationElement

public final void setConfigurationElement(IConfigurationElement extPtElement)
Deprecated. 
Sets the IConfigurationElement instance to be subsequently used to get the plugin ID and the name defined for the JSF Library.

Parameters:
extPtElement - IConfigurationElement instance



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