saker.windows Documentation TaskDoc JavaDoc Packages
public interface PrepareAppxWorkerTaskOutput
Output of the appx preparation task.
Methods
public SakerPath
Gets the path to the output application directory.
public NavigableMap<SakerPath, SakerPath>
Gets the application file content mappings.
public abstract SakerPath getAppxDirectory()
Gets the path to the output application directory.
The absolute execution path.
Gets the application file content mappings.

The returned map has relative path keys which specify their location in the application bundle. The associated values are the absolute execution paths where the files reside in the build system.

The map contains entries only for files, not for directories.

An unmodifiable map.