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 PluginProvidedJSFLibraryArchiveFilesDelegate

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

Deprecated.

public abstract class PluginProvidedJSFLibraryArchiveFilesDelegate
extends java.lang.Object

Abstract class to be used for supplying the jar file names for a plugin provided jsf library.
Adopters must implement getArchiveFiles() making use of the addArchiveFile(String pluginRootRelativePath) method.
Note: A plugin providing jsf libraries cannot be jarred at this time.

ex.

public void getArchiveFiles() {
                                                addArchiveFile("/lib/JAR1.jar");
                                                addArchiveFile("/lib/JAR2.jar");
                                        }
                
                

Provisional API - subject to change


Constructor Summary
PluginProvidedJSFLibraryArchiveFilesDelegate ()
          Deprecated. Constructs an instance.
 
Method Summary
abstract  void getArchiveFiles ()
          Deprecated. Concrete delegate must implement this method to define jars in the library.
 void setCreationHelper (org.eclipse.jst.jsf.core.jsflibraryregistry.internal.PluginProvidedJSFLibraryCreationHelper2 helper)
          Deprecated. Not to be implemented by subclasses
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginProvidedJSFLibraryArchiveFilesDelegate

public PluginProvidedJSFLibraryArchiveFilesDelegate()
Deprecated. 
Constructs an instance.

Method Detail

getArchiveFiles

public abstract void getArchiveFiles()
Deprecated. 
Concrete delegate must implement this method to define jars in the library. Use addJarFile(String pluginRootRelativePath) within this method to add jars to the library.


setCreationHelper

public void setCreationHelper(org.eclipse.jst.jsf.core.jsflibraryregistry.internal.PluginProvidedJSFLibraryCreationHelper2 helper)
Deprecated. 
Not to be implemented by subclasses

Parameters:
helper -



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