|
Administration Tools | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.topcased.service.updatesiteproject.BrowseUpdateSiteProjectTreatment
public class BrowseUpdateSiteProjectTreatment
This class includes all the treatments necessary to the BrowseUpdateSiteProjectPage
Constructor Summary | |
---|---|
BrowseUpdateSiteProjectTreatment(UpdateSiteProjectWizard wizard)
Constructor |
Method Summary | |
---|---|
void |
addFeatureOnProject(java.lang.String nameSelected,
org.eclipse.swt.widgets.Table table)
Add the Jar feature in the target directory table |
void |
browseProjectFile(org.eclipse.swt.widgets.Text text)
Button Action : Browse Directory for the project |
void |
browseUpdateSiteFTP(org.eclipse.swt.widgets.Text text,
org.eclipse.swt.widgets.Table table)
Button Action : Browse the Update Site from a FTP server |
void |
browseUpdateSiteSSH(org.eclipse.swt.widgets.Text text,
org.eclipse.swt.widgets.Table table)
Button Action : Browse the Update Site from a SSH server |
void |
browseUpdateSiteWithJarFile(org.eclipse.swt.widgets.Text text,
org.eclipse.swt.widgets.Table table)
Button Action : Browse Directory for the Update Site (jar File) |
void |
deleteFeatureFromProject(java.lang.String nameSelected,
org.eclipse.swt.widgets.Table table_PA)
Delete Jar feature from the table table_PA |
void |
displayMap(java.util.Map map,
org.eclipse.swt.widgets.Table table)
Display the content Map "map" in the table "table" |
void |
getFeatureInformation(java.lang.String realfeaturePath,
java.lang.String tempFeaturePath)
Display information about a given feature |
java.util.Map |
getMapTD()
|
java.util.Map |
getMapUS()
|
java.util.Map |
initializeMapFTP(org.eclipse.ftp.internal.FTPClient clientFTP)
Initialize a Map from a FTP server |
java.util.Map |
initializeMapWithJarFile(java.lang.String repositoryPath)
Return the corresponding Map of all 'jar' File from the path repository or file |
java.lang.String |
searchSource(java.lang.String nameSelected,
boolean search)
Search the source path of the selected item in different existing map |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BrowseUpdateSiteProjectTreatment(UpdateSiteProjectWizard wizard)
wizard
- the parent wizardMethod Detail |
---|
public java.util.Map getMapUS()
public java.util.Map getMapTD()
public void addFeatureOnProject(java.lang.String nameSelected, org.eclipse.swt.widgets.Table table)
nameSelected
- public void deleteFeatureFromProject(java.lang.String nameSelected, org.eclipse.swt.widgets.Table table_PA)
nameSelected
- public void browseProjectFile(org.eclipse.swt.widgets.Text text)
text
- : location where the path will be read and writepublic void browseUpdateSiteWithJarFile(org.eclipse.swt.widgets.Text text, org.eclipse.swt.widgets.Table table)
text
- : location where the path will be read and writetable
- : location where the content of the 'jar' file appearpublic java.util.Map initializeMapWithJarFile(java.lang.String repositoryPath)
repositoryPath
-
public void displayMap(java.util.Map map, org.eclipse.swt.widgets.Table table)
map
- : key=name; value=SourceDestinationtable
- : location where the map is displaypublic void browseUpdateSiteFTP(org.eclipse.swt.widgets.Text text, org.eclipse.swt.widgets.Table table)
text
- : location where the path will be read and writetable
- : location where the content of the repository appearpublic java.util.Map initializeMapFTP(org.eclipse.ftp.internal.FTPClient clientFTP)
clientFTP
- the FTP client
public void browseUpdateSiteSSH(org.eclipse.swt.widgets.Text text, org.eclipse.swt.widgets.Table table)
text
- : location where the path will be read and writetable
- : location where the content of the repository appearpublic java.lang.String searchSource(java.lang.String nameSelected, boolean search)
nameSelected
- search
-
public void getFeatureInformation(java.lang.String realfeaturePath, java.lang.String tempFeaturePath)
realfeaturePath
- The real path of the featuretempFeaturePath
- The temporary path where the feature can be accessed
|
Administration Tools | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.