Interface FileContainerDescriptor
- All Superinterfaces:
com.buschmais.xo.api.CompositeObject,Descriptor,FileNameDescriptor
- All Known Subinterfaces:
ArchiveDescriptor,DirectoryDescriptor,GZipFileDescriptor,TarArchiveDescriptor,ZipArchiveDescriptor
The
FileContainerDescriptor describes an file artifact
that contains one or more other file artifacts. Typical
examples for such artifacts are directories on filesystems
or archive formats as Zip, GZip, and Jars.-
Method Summary
Modifier and TypeMethodDescriptionReturn the contained descriptors.Return the required descriptors.Methods inherited from interface com.buschmais.xo.api.CompositeObject
as, getDelegate, getIdMethods inherited from interface com.buschmais.jqassistant.plugin.common.api.model.FileNameDescriptor
getFileName, setFileName
-
Method Details
-
getContains
Return the contained descriptors.- Returns:
- The contained descriptors.
-
getRequires
Return the required descriptors.- Returns:
- The required descriptors.
-