Administration Tools

org.topcased.service.projecttotemplate.infos.util
Class ProjectToInfosTemplateProject

java.lang.Object
  extended by org.topcased.service.projecttotemplate.infos.util.ProjectToInfosTemplateProject

public class ProjectToInfosTemplateProject
extends java.lang.Object

ProjectToInfosTemplateProject build : - a mapInfosDirectory(name/InfosDirectory) - a mapInfosFile(name/InfosFile). There are built tanks to the project path. ProjectToInfosTemplateProject is used by InfosTemplateProject.


Constructor Summary
ProjectToInfosTemplateProject()
           
 
Method Summary
 boolean getInfosTemplateProjectFromDirectory(java.lang.String directoryPath)
          Get InfosTemplateProject from a repository path.
 java.util.Map<java.lang.String,InfosDirectory> getMapInfosDirectory()
          Get mapInfosDirectory
 java.util.Map<java.lang.String,InfosFile> getMapInfosFile()
          Get mapInfosFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectToInfosTemplateProject

public ProjectToInfosTemplateProject()
Method Detail

getMapInfosDirectory

public java.util.Map<java.lang.String,InfosDirectory> getMapInfosDirectory()
Get mapInfosDirectory

Returns:
mapInfosDirectory : Map of InfosDirectory (key=name ; value=InfosDirectory)

getMapInfosFile

public java.util.Map<java.lang.String,InfosFile> getMapInfosFile()
Get mapInfosFile

Returns:
mapInfosFile : Map of InfosFile (key=name ; value=InfosFile)

getInfosTemplateProjectFromDirectory

public boolean getInfosTemplateProjectFromDirectory(java.lang.String directoryPath)
Get InfosTemplateProject from a repository path. Initialize 'mapInfosDirectory' and 'mapInfosFile'

Parameters:
directoryPath -
Returns:
true if informations of the project are correctly taken

Administration Tools

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