Administration Tools

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

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

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

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

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

Constructor parameters in org.topcased.service.projecttotemplate.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 oldNameProject, 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.projecttotemplate.infos.util
 

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

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

Methods in org.topcased.service.projecttotemplate.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.projecttotemplate.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.