saker.build Documentation TaskDoc JavaDoc Packages
public interface ContentDatabase.ContentHandle
Represents a handle to the stored contents of a given path.

The path is based on the passed arguments when retrieving the handle instance.

Methods
public ContentDescriptor
Gets the current content descriptor for the handle.
public ContentDatabase
Gets the content database this handle is bound to.
public default Set<PosixFilePermission>
Gets the posix file permissions that are associated with the given file.
Gets the current content descriptor for the handle.
The content descriptor.
Gets the content database this handle is bound to.
The content database.
@RMIWrap(saker.build.util.rmi.EnumSetRMIWrapper.class)
public default Set<PosixFilePermission> getPosixFilePermissions()
Gets the posix file permissions that are associated with the given file.

The permissions are only returned if a build execution previously associated posix file permissions with a given file.

The permissions or null if none are associated.
saker.build 0.8.13