A B C D E F G H I J K M N O P R S T U Z
C
- canFinish() -
Method in class org.topcased.service.templatetoproject.wizard.TemplateToProjectWizard
-
- canFinish() -
Method in class org.topcased.service.updatesite.UpdateSiteWizard
- Function returning if the button 'Finish' is enabled or not
- canFinish() -
Method in class org.topcased.service.updatesiteproject.UpdateSiteProjectWizard
-
- canFlipToNextPage() -
Method in class org.topcased.service.templatetoproject.wizard.TemplateToProjectPage
-
- canFlipToNextPage() -
Method in class org.topcased.service.updatesite.BrowseUpdateSiteWizardPage
-
- canFlipToNextPage() -
Method in class org.topcased.service.updatesite.ConnectUpdateSiteWizardPage
-
- canFlipToNextPage() -
Method in class org.topcased.service.updatesite.CreateSiteUpdateSiteWizardPage
-
- canFlipToNextPage() -
Method in class org.topcased.service.updatesite.TreeUpdateSiteWizardPage
-
- canFlipToNextPage() -
Method in class org.topcased.service.updatesiteproject.BrowseUpdateSiteProjectPage
-
- canFlipToNextPage() -
Method in class org.topcased.service.updatesiteproject.ConnectUpdateSiteProjectPage
-
- categoryExists(String) -
Method in class org.topcased.service.updatesite.CreateSiteUpdateSiteWizardTreatment
-
- checkFilePath(String, String) -
Method in class org.topcased.service.updatesiteproject.UpdateSiteProjectWizard
- This method concerns and works with the featurePage object.
- checkInitialRepository(String) -
Method in class org.topcased.service.updatesite.BrowseUpdateSiteWizardTreatment
- The goal of this method is to check the presence of the initial structure, i.e :
- directory 'features' must existed but can be empty
- directory 'plugins' must existed but can be empty
If nothing exists, the method creates a new update site with the two empty directories.
- checkPath(String, boolean) -
Static method in class org.topcased.service.updatesite.UpdateSiteWizard
- This method is aimed to solve path problems independantly of the system.
- checkPath(String, boolean) -
Static method in class org.topcased.service.updatesiteproject.UpdateSiteProjectWizard
- This method is aimed to solve path problems independantly of the system.
- CheckXMLValidity - Class in org.topcased.service.updatesite
-
- CheckXMLValidity() -
Constructor for class org.topcased.service.updatesite.CheckXMLValidity
- Constructor of the class.
- configureShell(Shell) -
Method in class org.topcased.service.updatesite.PopupDialog
- Set the title of the popup dialog : "Informations"
- configureShell(Shell) -
Method in class org.topcased.service.updatesiteproject.PopupDialog
- Set the title of the popup dialog : "Informations"
- CONNECTION_TAG -
Static variable in class org.topcased.service.updatesite.ConnectUpdateSiteWizardTreatment
-
- CONNECTION_TAG -
Static variable in class org.topcased.service.updatesiteproject.ConnectUpdateSiteProjectTreatment
-
- CONNECTION_TYPE_ATTRIBUTE -
Static variable in class org.topcased.service.updatesite.ConnectUpdateSiteWizardTreatment
-
- CONNECTION_TYPE_ATTRIBUTE -
Static variable in class org.topcased.service.updatesiteproject.ConnectUpdateSiteProjectTreatment
-
- ConnectUpdateSiteProjectPage - Class in org.topcased.service.updatesiteproject
- This WizardPage save all informations necessary to a FTP or SSH connection
- ConnectUpdateSiteProjectPage(UpdateSiteProjectWizard, String) -
Constructor for class org.topcased.service.updatesiteproject.ConnectUpdateSiteProjectPage
- Constructor
- ConnectUpdateSiteProjectTreatment - Class in org.topcased.service.updatesiteproject
-
- ConnectUpdateSiteProjectTreatment(ConnectUpdateSiteProjectPage) -
Constructor for class org.topcased.service.updatesiteproject.ConnectUpdateSiteProjectTreatment
-
- ConnectUpdateSiteWizardPage - Class in org.topcased.service.updatesite
- This WizardPage allows the user to enter personal information in order to be connected to a remote or local UpdateSite.
- ConnectUpdateSiteWizardPage(UpdateSiteWizard, String) -
Constructor for class org.topcased.service.updatesite.ConnectUpdateSiteWizardPage
- Constructor
- ConnectUpdateSiteWizardTreatment - Class in org.topcased.service.updatesite
-
- ConnectUpdateSiteWizardTreatment(UpdateSiteWizard, ConnectUpdateSiteWizardPage) -
Constructor for class org.topcased.service.updatesite.ConnectUpdateSiteWizardTreatment
-
- copyFileFromFTP(String, String, IDirectoryEntry, FTPClient, IProgressMonitor) -
Static method in class org.topcased.service.updatesite.FilesTreatment
-
- copyFileFromFTP(String, String, IDirectoryEntry, FTPClient, IProgressMonitor) -
Static method in class org.topcased.service.updatesiteproject.FilesTreatment
-
- copyFileToFTP(String, String, FTPClient) -
Static method in class org.topcased.service.updatesite.FilesTreatment
- Copy the given file into the remote FTP server
- copyPluginFeatureFromFTP(String, String, IDirectoryEntry, FTPClient, IProgressMonitor) -
Static method in class org.topcased.service.updatesite.FilesTreatment
- Copy the given file into the pathDestination, from a FTP server to local destination
- copyPluginFeatureFromFTP(String, String, IDirectoryEntry, FTPClient, IProgressMonitor) -
Static method in class org.topcased.service.updatesiteproject.FilesTreatment
- Copy the given file into the pathDestination, from a FTP server to local destination
- copyPluginFeatureFromSFTP(SftpFile, String, SftpClient) -
Static method in class org.topcased.service.updatesite.FilesTreatment
- CreateSiteUpdateSiteWizardTreatment
- copyPluginFeatureFromSFTP(SftpFile, String, SftpClient) -
Static method in class org.topcased.service.updatesiteproject.FilesTreatment
- CreateSiteUpdateSiteWizardTreatment
- copyTemporaryFeature(String) -
Method in class org.topcased.service.updatesiteproject.UpdateSiteProjectWizard
- This method is applied only in the case of SSH or FTP access.
- createButtonsForButtonBar(Composite) -
Method in class org.topcased.service.updatesite.PopupDialog
- Initialize the buttons of the dialog : only the button 'OK'
- createButtonsForButtonBar(Composite) -
Method in class org.topcased.service.updatesiteproject.PopupDialog
- Initialize the buttons of the dialog : only the button 'OK'
- createConnectionFTP() -
Method in class org.topcased.service.updatesite.UpdateSiteWizard
-
- createConnectionFTP() -
Method in class org.topcased.service.updatesiteproject.UpdateSiteProjectWizard
- create a FTP connection to the remote FTP server
- createConnectionSSH() -
Method in class org.topcased.service.updatesite.UpdateSiteWizard
- This method establishes a SSH connection in two major steps : - key exchange between the client and the server - authentication of a user
- createConnectionSSH() -
Method in class org.topcased.service.updatesiteproject.UpdateSiteProjectWizard
- This method establishes a SSH connection in two major steps :
- key exchange between the client and the server
- authentication of a user using one of the three methods allowed
- createContents(Composite) -
Method in class org.topcased.service.projecttotemplate.preferences.ProjectToTemplatePreferencePage
-
- createContents(Composite) -
Method in class org.topcased.service.updatesite.preferences.SSHConnectionPreferencePage
-
- createControl(Composite) -
Method in class org.topcased.service.plugincustomization.wizard.EclipsePreferencePage
- Create Control
- createControl(Composite) -
Method in class org.topcased.service.plugincustomization.wizard.PluginCustomizationPage
-
- createControl(Composite) -
Method in class org.topcased.service.projecttotemplate.wizard.ProjectToTemplatePage
-
- createControl(Composite) -
Method in class org.topcased.service.templatetoproject.wizard.TemplateToProjectConfigurationPage
- Create Control
- createControl(Composite) -
Method in class org.topcased.service.templatetoproject.wizard.TemplateToProjectPage
- Creates Control
- createControl(Composite) -
Method in class org.topcased.service.updatesite.BrowseUpdateSiteWizardPage
-
- createControl(Composite) -
Method in class org.topcased.service.updatesite.ConnectUpdateSiteWizardPage
-
- createControl(Composite) -
Method in class org.topcased.service.updatesite.CreateSiteUpdateSiteWizardPage
- Create the controls of the page
- createControl(Composite) -
Method in class org.topcased.service.updatesite.TreeUpdateSiteWizardPage
- Create the controls on the page
- createControl(Composite) -
Method in class org.topcased.service.updatesiteproject.BrowseUpdateSiteProjectPage
-
- createControl(Composite) -
Method in class org.topcased.service.updatesiteproject.ConnectUpdateSiteProjectPage
-
- createControl(Composite) -
Method in class org.topcased.service.updatesiteproject.FeatureUpdateSiteProjectPage
-
- createDialogArea(Composite) -
Method in class org.topcased.service.updatesite.PopupDialog
- Create the controls on the dialog
- createDialogArea(Composite) -
Method in class org.topcased.service.updatesiteproject.PopupDialog
- Create the controls on the dialog
- CreateEpf - Class in org.topcased.service.plugincustomization.epf
- Plugs on a Eclipse wizard "Export Eclipse".
- CreateEpf() -
Constructor for class org.topcased.service.plugincustomization.epf.CreateEpf
-
- createFeatureProject(String) -
Method in class org.topcased.service.updatesite.InfosFeature
- Create about the feature featurePath
- createFeatureProject(String) -
Method in class org.topcased.service.updatesiteproject.InfosFeature
- Create about the feature featurePath
- CreatePluginCustomization() -
Method in class org.topcased.service.plugincustomization.epf.TransformEpf
- Create 'plugin_customization.ini' file Transform a Eclipse Preferences
File (.epf) in a 'plugin_customization.ini'.
- CreateSiteUpdateSiteWizardPage - Class in org.topcased.service.updatesite
- This WizardPage is used to create 'site.xml' file
So the update site features can be associated to a category
Some categories can be created
The different information about the update site are :
- url
- description
- path associated to an url
- CreateSiteUpdateSiteWizardPage(UpdateSiteWizard, String) -
Constructor for class org.topcased.service.updatesite.CreateSiteUpdateSiteWizardPage
- Constructor
- CreateSiteUpdateSiteWizardTreatment - Class in org.topcased.service.updatesite
- All treatments necessary to the WizardPage CreateSiteUpdateSiteWizardPage
- CreateSiteUpdateSiteWizardTreatment(UpdateSiteWizard) -
Constructor for class org.topcased.service.updatesite.CreateSiteUpdateSiteWizardTreatment
- Construtor
- createSiteXML() -
Method in class org.topcased.service.updatesite.CreateSiteUpdateSiteWizardTreatment
- Creates the file site.xml based on the features' map and categories' map
- createTempFileFromJar(File, String, int) -
Static method in class org.topcased.service.updatesite.FilesTreatment
- Create 'tempName' file XML/properties which is the 'feature.xml'/'plugin.xml'/'feature.properties'/'plugin.properties' from the jarFile(pathFile)
- createTempFileFromJar(File, String, int) -
Static method in class org.topcased.service.updatesiteproject.FilesTreatment
- Create 'tempName' file XML/properties which is the
'feature.xml'/'plugin.xml'/'feature.properties'/'plugin.properties' from
the jarFile(pathFile)
- CreateTemplate - Class in org.topcased.service.projecttotemplate.service
- Service of the BUS : Create a template (.xml + .zip) from a project selected.
- CreateTemplate() -
Constructor for class org.topcased.service.projecttotemplate.service.CreateTemplate
-
- CreateTemplate - Class in org.topcased.service.projecttotemplate.service.external
- Service of the BUS : Create a template (.xml + .zip) from a project selected.
- CreateTemplate() -
Constructor for class org.topcased.service.projecttotemplate.service.external.CreateTemplate
-
- createTemplateProject(String, String) -
Method in class org.topcased.service.projecttotemplate.infos.InfosTemplateProject
- Create the template Project (.xml + .zip )about the template project templatePath
- createTemplateProject(String, String) -
Method in class org.topcased.service.projecttotemplate.infos.util.InfosTemplateProjectToTemplate
- Create about the template project templatePath
- createTransferArea(Composite) -
Method in class org.topcased.service.plugincustomization.epf.exportwizard.PreferencesFileExportPage
-
- createZipFile(String, String) -
Method in class org.topcased.service.projecttotemplate.infos.InfosTemplateProject
- Create a zip file from the selected directory
- createZipFile(String, String) -
Method in class org.topcased.service.projecttotemplate.infos.util.InfosTemplateProjectToTemplate
- Create a zip file from the selected directory
- createZipFileSelected(String, String) -
Method in class org.topcased.service.projecttotemplate.infos.InfosTemplateProject
- Create a zip file from the selected directory + and only with files selected.
- createZipFileSelected(String, String) -
Method in class org.topcased.service.projecttotemplate.infos.util.InfosTemplateProjectToTemplate
- Create a zip file from the selected directory and with files selected
A B C D E F G H I J K M N O P R S T U Z
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.