|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - Type of nodespublic interface Folder<NODE extends LibraryNode>
Interface of a Library folder.
| Method Summary | |
|---|---|
Set<NODE> |
getContent()
Returrns the content of this folder. |
boolean |
hasContent()
|
void |
removeContent(NODE contentToRemove)
|
| Methods inherited from interface org.squashtest.csp.tm.domain.library.LibraryNode |
|---|
createPastableCopy, getDescription, getName, setDescription, setName |
| Methods inherited from interface org.squashtest.csp.tm.domain.project.ProjectResource |
|---|
getProject, notifyAssociatedWithProject |
| Methods inherited from interface org.squashtest.csp.core.domain.Identified |
|---|
getId |
| Methods inherited from interface org.squashtest.csp.tm.domain.library.NodeContainer |
|---|
addContent, isContentNameAvailable |
| Method Detail |
|---|
Set<NODE> getContent()
void removeContent(NODE contentToRemove)
throws org.apache.commons.lang.NullArgumentException
org.apache.commons.lang.NullArgumentExceptionboolean hasContent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||