A C E G I J L O P S V

A

ATTR_JELLYINSTALL_PATH - Static variable in class org.apache.commons.jelly.eclipse.ui.JellyLaunchConfigurationConstants
ATTR_JELLYINSTALL_PATH is the launch configuration attribute, that stores the file path of the Jelly runtime jar (containing the Jelly class).
ATTR_JELLYSCRIPT_PATH - Static variable in class org.apache.commons.jelly.eclipse.ui.JellyLaunchConfigurationConstants
ATTR_JELLYSCRIPT_PATH is the launch configuration attribute, that stores the absolute file path to the Jelly script file.
ATTR_OUTPUT_PATH - Static variable in class org.apache.commons.jelly.eclipse.ui.JellyLaunchConfigurationConstants
ATTR_OUTPUT_PATH is the launch configuration attribute, that stores the absolute file path to the output file of the Jelly script.
addUserClassPathOfProject(IProject, List) - Static method in class org.apache.commons.jelly.eclipse.ui.JellyLaunchUtils
Adds the user class path entries of a Java project or the working directory of a non Java project to the list of class path entries, stored in classPathEntryList

C

createControl(Composite) - Method in class org.apache.commons.jelly.eclipse.ui.JellyLaunchMainTab
 
createTabs(ILaunchConfigurationDialog, String) - Method in class org.apache.commons.jelly.eclipse.ui.JellyLaunchTabGroup
 

E

ERROR_MSG_DIALOG_TITLE_KEY - Static variable in class org.apache.commons.jelly.eclipse.ui.JellyLaunchConfigurationConstants
 
ERR_CANT_INITIALIZE_FROMCONFIG - Static variable in class org.apache.commons.jelly.eclipse.ui.JellyLaunchConfigurationConstants
 
ERR_CANT_SET_DEFAULTS - Static variable in class org.apache.commons.jelly.eclipse.ui.JellyLaunchConfigurationConstants
 
ERR_LAUNCHING_SHORTCUT - Static variable in class org.apache.commons.jelly.eclipse.ui.JellyLaunchConfigurationConstants
 
ERR_NOT_IMPLEMENTED_YET - Static variable in class org.apache.commons.jelly.eclipse.ui.JellyLaunchConfigurationConstants
 
ERR_OUTPUT_FILE_DOES_NOT_EXIST - Static variable in class org.apache.commons.jelly.eclipse.ui.JellyLaunchConfigurationConstants
 
ERR_OUTPUT_FILE_NOT_SPECIFIED - Static variable in class org.apache.commons.jelly.eclipse.ui.JellyLaunchConfigurationConstants
 
ERR_SCRIPT_FILE_DOES_NOT_EXIST - Static variable in class org.apache.commons.jelly.eclipse.ui.JellyLaunchConfigurationConstants
 
ERR_SCRIPT_FILE_NOT_SPECIFIED - Static variable in class org.apache.commons.jelly.eclipse.ui.JellyLaunchConfigurationConstants
 

G

getDefault() - Static method in class org.apache.commons.jelly.eclipse.ui.JellyLauncherPlugin
Returns the shared instance.
getFilesProjectPath(IFile) - Static method in class org.apache.commons.jelly.eclipse.ui.JellyLaunchUtils
Returns the full path of the project, the aFile is owned
getJellyPlugInLibDir() - Static method in class org.apache.commons.jelly.eclipse.ui.JellyLaunchUtils
Tries to find the libary folder of the base Jelly Plugin (org.apache.jelly) and returns the absolute path to the library
getJellyPlugInLibMainClassJar() - Static method in class org.apache.commons.jelly.eclipse.ui.JellyLaunchUtils
Tries to find the Jelly jar library in the library directory of the base Jelly PlugIn and returns the absolute path to the jar library file
getJellyPlugInLibs() - Static method in class org.apache.commons.jelly.eclipse.ui.JellyLaunchUtils
Returns the list of jar libraries, currently installed in the library directory of the base Jelly PlugIn
getName() - Method in class org.apache.commons.jelly.eclipse.ui.JellyLaunchMainTab
 
getOutputFile(ILaunchConfiguration) - Method in class org.apache.commons.jelly.eclipse.ui.JellyLaunchConfigurationDelegate
Gets and verifies the file path of the output file of the Jelly script from the launch configuration
getOutputFilePath(ILaunchConfiguration) - Method in class org.apache.commons.jelly.eclipse.ui.JellyLaunchConfigurationDelegate
Returns the path of the output file of the Jelly script in the Eclipse workspace
getResourceBundle() - Method in class org.apache.commons.jelly.eclipse.ui.JellyLauncherPlugin
Returns the plugin's resource bundle,
getResourceString(String) - Static method in class org.apache.commons.jelly.eclipse.ui.JellyLauncherPlugin
Returns the string from the plugin's resource bundle, or 'key' if not found.
getScriptFile(ILaunchConfiguration) - Method in class org.apache.commons.jelly.eclipse.ui.JellyLaunchConfigurationDelegate
Gets and verifies the file path of the Jelly script file from the launch configuration
getScriptFilePath(ILaunchConfiguration) - Method in class org.apache.commons.jelly.eclipse.ui.JellyLaunchConfigurationDelegate
Returns the path of the Jelly script file in the Eclipse workspace

I

initializeClasspath(ILaunchConfigurationWorkingCopy, IFile) - Static method in class org.apache.commons.jelly.eclipse.ui.JellyLaunchUtils
Initializes the runtime classpath by adding all jar libraries of the library directory of the base Jelly PlugIn, the default JRE, the working directory and the class path entries of the project of the scriptFile (if not null)
initializeFrom(ILaunchConfiguration) - Method in class org.apache.commons.jelly.eclipse.ui.JellyLaunchMainTab
 
initializeJellyInstallpath(ILaunchConfigurationWorkingCopy, IFile) - Static method in class org.apache.commons.jelly.eclipse.ui.JellyLaunchUtils
Initializes the attribute in the launch configuration, that stores the absolute path to the Jelly runtime jar library
initializeWorkingDir(ILaunchConfigurationWorkingCopy, IFile) - Static method in class org.apache.commons.jelly.eclipse.ui.JellyLaunchUtils
Initalizes the working directory setup in the launch configuration, by setting the working directory to the project's working directory the scriptFile belongs to
isDoAddProjectClassPathEntries() - Method in class org.apache.commons.jelly.eclipse.ui.JellyLauncherPlugin
 
isValid(ILaunchConfiguration) - Method in class org.apache.commons.jelly.eclipse.ui.JellyLaunchMainTab
 

J

JellyLaunchConfigurationConstants - class org.apache.commons.jelly.eclipse.ui.JellyLaunchConfigurationConstants.
Constants for the launch configuration and support of Jelly
JellyLaunchConfigurationConstants() - Constructor for class org.apache.commons.jelly.eclipse.ui.JellyLaunchConfigurationConstants
 
JellyLaunchConfigurationDelegate - class org.apache.commons.jelly.eclipse.ui.JellyLaunchConfigurationDelegate.
Standard Eclipse Launch Configuration Delegate class, that's installed by the plugin.
JellyLaunchConfigurationDelegate() - Constructor for class org.apache.commons.jelly.eclipse.ui.JellyLaunchConfigurationDelegate
 
JellyLaunchMainTab - class org.apache.commons.jelly.eclipse.ui.JellyLaunchMainTab.
JellyLaunchMainTab is the main tab of the launch configuration dialog.
JellyLaunchMainTab() - Constructor for class org.apache.commons.jelly.eclipse.ui.JellyLaunchMainTab
Empty default constructor
JellyLaunchTabGroup - class org.apache.commons.jelly.eclipse.ui.JellyLaunchTabGroup.
The tab group for the Jelly launch configuration dialog.
JellyLaunchTabGroup() - Constructor for class org.apache.commons.jelly.eclipse.ui.JellyLaunchTabGroup
Empty default constructor
JellyLaunchUtils - class org.apache.commons.jelly.eclipse.ui.JellyLaunchUtils.
Utility class with static methods for launch support of Jelly
JellyLaunchUtils() - Constructor for class org.apache.commons.jelly.eclipse.ui.JellyLaunchUtils
 
JellyLauncherPlugin - class org.apache.commons.jelly.eclipse.ui.JellyLauncherPlugin.
The main plugin class to be used in the desktop.
JellyLauncherPlugin() - Constructor for class org.apache.commons.jelly.eclipse.ui.JellyLauncherPlugin
The constructor.
JellyLauncherShortcutImpl - class org.apache.commons.jelly.eclipse.ui.JellyLauncherShortcutImpl.
Launcher shortcut implementation for the Eclipse 3 platform
JellyLauncherShortcutImpl() - Constructor for class org.apache.commons.jelly.eclipse.ui.JellyLauncherShortcutImpl
Default constructor

L

launch(ILaunchConfiguration, String, ILaunch, IProgressMonitor) - Method in class org.apache.commons.jelly.eclipse.ui.JellyLaunchConfigurationDelegate
 
launch(ISelection, String) - Method in class org.apache.commons.jelly.eclipse.ui.JellyLauncherShortcutImpl
 
launch(IEditorPart, String) - Method in class org.apache.commons.jelly.eclipse.ui.JellyLauncherShortcutImpl
 

O

org.apache.commons.jelly.eclipse.ui - package org.apache.commons.jelly.eclipse.ui
 

P

performApply(ILaunchConfigurationWorkingCopy) - Method in class org.apache.commons.jelly.eclipse.ui.JellyLaunchMainTab
 

S

searchAndLaunch(Object[], String) - Method in class org.apache.commons.jelly.eclipse.ui.JellyLauncherShortcutImpl
Launches the first entry in the search array of IFile entries
setDefaults(ILaunchConfigurationWorkingCopy) - Method in class org.apache.commons.jelly.eclipse.ui.JellyLaunchMainTab
 
setDefaults(ILaunchConfigurationWorkingCopy) - Method in class org.apache.commons.jelly.eclipse.ui.JellyLaunchTabGroup
 
setDefaults(ILaunchConfigurationWorkingCopy, IFile) - Static method in class org.apache.commons.jelly.eclipse.ui.JellyLaunchUtils
Sets the defaults of the launch configuration by initalizing the classpath (including jar libraries of the base Jelly plugin) and setting the working directory to the scriptFile eclipse project
setDoAddProjectClassPathEntries(boolean) - Method in class org.apache.commons.jelly.eclipse.ui.JellyLauncherPlugin
 
showErrorForException(int, Throwable) - Method in class org.apache.commons.jelly.eclipse.ui.JellyLauncherPlugin
Shows an Eclipse ErrorDialog for the error code and exception and logs the error message to the standard logger of the plugin
showNotImplemented() - Method in class org.apache.commons.jelly.eclipse.ui.JellyLauncherPlugin
Shows an error dialog with the message "Feature not implemented yet".
start(BundleContext) - Method in class org.apache.commons.jelly.eclipse.ui.JellyLauncherPlugin
This method is called upon plug-in activation
stop(BundleContext) - Method in class org.apache.commons.jelly.eclipse.ui.JellyLauncherPlugin
This method is called when the plug-in is stopped

V

verifyOutputFile(ILaunchConfiguration) - Method in class org.apache.commons.jelly.eclipse.ui.JellyLaunchConfigurationDelegate
Reads the file path of the output file of the Jelly script from the launch configuration and verifies that the path exists and is the path of a file
verifyScriptFile(ILaunchConfiguration) - Method in class org.apache.commons.jelly.eclipse.ui.JellyLaunchConfigurationDelegate
Reads the file path of the Jelly script from the launch configuration and verifies that the path exists and is the path of a file.

A C E G I J L O P S V

Copyright © 2004 Juergen Mayrbaeurl. All Rights Reserved.