saker.apple Documentation TaskDoc JavaDoc Packages
public interface CreateIphoneOsBundleWorkerTaskOutput
Output of the iPhone application bundle creation task.

The interface provides access to the output application directory as well as the mappings of the application file contents.

Methods
public SakerPath
Gets the output application directory path.
public NavigableMap<SakerPath, SakerPath>
Gets the application file content mappings.
public abstract SakerPath getAppDirectory()
Gets the output application directory path.
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.