|
Administration Tools | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.topcased.service.templatetoproject.structure.TemplateProjectTree
public class TemplateProjectTree
Structure of a Tree :
TemplateProjectTree The tree is composed of :
Constructor Summary | |
---|---|
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 |
Method Summary | |
---|---|
java.util.Map<java.lang.String,InfosDirectory> |
getMapInfosDirectory()
Get Map Informations Directory |
java.util.Map<java.lang.String,InfosFile> |
getMapInfosFile()
Get Map Informations File |
java.lang.String |
getName()
Get name |
TemplateProjectTree |
getParent()
Returns parent of selected TemplateProjectTree |
java.lang.String |
getPath()
Get path |
java.util.List<TemplateProjectTree> |
getSons()
Get sons |
boolean |
isDirectory()
Get information : is a Directory or a File |
void |
setName(java.lang.String nameProjectTree)
Get name of the project |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public 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)
parent
- mapDirectory
- : key=name ; value=TemplatePojectTreemapFile
- : key=name ; value=InfosFilename
- : parent namepath
- : parent pathisDirectory
- : true if is a Directory, false if is a FileMethod Detail |
---|
public TemplateProjectTree getParent()
public java.util.List<TemplateProjectTree> getSons()
public java.lang.String getName()
public void setName(java.lang.String nameProjectTree)
nameProjectTree
- public java.lang.String getPath()
public boolean isDirectory()
public java.util.Map<java.lang.String,InfosDirectory> getMapInfosDirectory()
public java.util.Map<java.lang.String,InfosFile> getMapInfosFile()
|
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.