Class Url-Dependency-Mixin

Any dependency which can be represented by an external URL.

Part of:

package weblocks, class stylesheet-dependency, class script-dependency

Direct Subclass

script-dependencyA JavaScript file dependency
stylesheet-dependencyA CSS stylesheet dependency

Slot

url
URL to the object, represented as a string. May be a relative or an absolute URL. Using the reader for this slot always returns an URI object (as defined by the PURI library).
Initargs::url; Accessors:dependency-url.

Direct Method

dependencies-equalpDetermine whether two dependencies are equal. We need
to be able to compare dependencies in order...
dependency-url