public interface FolderAPI extends ArtefactAPI
| Modifier and Type | Method and Description |
|---|---|
FolderAPI |
addFolder(String name) |
ResourceAPI |
addResource(String name,
InputStream content) |
ArtefactAPI |
getArtefact(String name) |
Collection<? extends ArtefactAPI> |
getArtefacts() |
FolderAPI |
getVersion(CommonVersion version) |
boolean |
hasArtefact(String name) |
addProperty, commit, delete, getArtefactPath, getInheritedProps, getLockInfo, getName, getProperties, getProperty, getProps, getVersion, getVersion, getVersions, getVersionsCount, hasProperty, isFolder, lock, removeAllProperties, removeProperty, setProps, unlockArtefactAPI getArtefact(String name) throws ProjectException
ProjectExceptionboolean hasArtefact(String name)
FolderAPI addFolder(String name) throws ProjectException
ProjectExceptionResourceAPI addResource(String name, InputStream content) throws ProjectException
ProjectExceptionCollection<? extends ArtefactAPI> getArtefacts()
FolderAPI getVersion(CommonVersion version) throws ProjectException
getVersion in interface ArtefactAPIProjectExceptionCopyright © 2018. All rights reserved.