Hide
The URL returned by IArchive.getURL() is often used as a key to determine if the archive has already be deployed or not.
If the URL is canonicalized (normalized + symbolic links resolved if possible), the IArchive will always points to the unique and real name of the resource, so this URL can really become and be used as an unique key.
Show
The URL returned by IArchive.getURL() is often used as a key to determine if the archive has already be deployed or not.
If the URL is canonicalized (normalized + symbolic links resolved if possible), the IArchive will always points to the unique and real name of the resource, so this URL can really become and be used as an unique key.