saker.build Documentation TaskDoc JavaDoc Packages
public final class SakerFileContentInformationHolder
A data class holding a SakerFile instance and optionally associated content information.

The class can be used to hold data about a SakerFile and its related content information.

saker.build 0.8.15
Constructors
public
Creates a new instance.
Methods
public ContentDescriptor
Gets the content descriptor associated to the file.
public SakerFile
Gets the file.
Creates a new instance.
fileThe file.
contentDescriptorThe associated content descriptor. May be null.
NullPointerExceptionIf the file is null.
Gets the content descriptor associated to the file.
The content descriptor or null if not contained in this instance.
Gets the file.
The file.