Administration Tools

Uses of Class
org.topcased.service.templatetoproject.infos.InfosFile

Packages that use InfosFile
org.topcased.service.templatetoproject.infos   
org.topcased.service.templatetoproject.infos.util   
org.topcased.service.templatetoproject.structure   
 

Uses of InfosFile in org.topcased.service.templatetoproject.infos
 

Methods in org.topcased.service.templatetoproject.infos that return types with arguments of type InfosFile
 java.util.Map<java.lang.String,InfosFile> InfosDirectory.getMapInfosFile()
          Get mapInfosFile
 java.util.Map<java.lang.String,InfosFile> InfosTemplateProject.getMapInfosFile()
          Get mapInfosFile
 

Method parameters in org.topcased.service.templatetoproject.infos with type arguments of type InfosFile
 void InfosDirectory.setInfosFileMap(java.util.Map<java.lang.String,InfosFile> infosFileMap)
          Set infosFileMap Map
 void InfosTemplateProject.setInfosFileMap(java.util.Map<java.lang.String,InfosFile> infosFileMap)
          Set infosFileMap Map
 

Constructor parameters in org.topcased.service.templatetoproject.infos with type arguments of type InfosFile
InfosDirectory(java.lang.String nameDirectory, java.lang.String pathDirectory, java.util.Map<java.lang.String,InfosDirectory> infosDirectoryMap, java.util.Map<java.lang.String,InfosFile> infosFileMap)
          Constructor
InfosTemplateProject(java.lang.String nameTemplate, java.lang.String pathZipFile, java.util.Map<java.lang.String,InfosDirectory> infosDirectoryMap, java.util.Map<java.lang.String,InfosFile> infosFileMap)
          Constructor
 

Uses of InfosFile in org.topcased.service.templatetoproject.infos.util
 

Methods in org.topcased.service.templatetoproject.infos.util that return types with arguments of type InfosFile
 java.util.Map<java.lang.String,InfosFile> TemplateToInfosTemplateProject.getMapInfosFile()
          Get mapInfosFile
 

Constructor parameters in org.topcased.service.templatetoproject.infos.util with type arguments of type InfosFile
InfosTemplateProjectToInstallProject(java.util.Map<java.lang.String,InfosDirectory> aMapInfosDirectory, java.util.Map<java.lang.String,InfosFile> aMapInfosFile, java.util.Map<java.lang.String,java.lang.String> aMapInfosVariable, java.lang.String aTemplatePathZipFile, java.lang.String aTemplatePathProject, java.lang.String oldNameProject)
          Constructor
 

Uses of InfosFile in org.topcased.service.templatetoproject.structure
 

Methods in org.topcased.service.templatetoproject.structure that return types with arguments of type InfosFile
 java.util.Map<java.lang.String,InfosFile> TemplateProjectTree.getMapInfosFile()
          Get Map Informations File
 

Constructor parameters in org.topcased.service.templatetoproject.structure with type arguments of type InfosFile
TemplateProjectTree(TemplateProjectTree parent, java.util.Map<java.lang.String,InfosDirectory> mapDirectory, java.util.Map<java.lang.String,InfosFile> mapFile, java.lang.String name, java.lang.String path, boolean isDirectory)
          Constructor
 


Administration Tools

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.