[operations] [attributes] [fields] [template] [definition]
[implementation] [documentation]
To use the search tool you need to use a browser which supports JAVA (c)

[next] [prev] [superclass] [next peer] [prev peer] [subclass] [index] [hierarchy]

InstallSpecifier

inherits from Object
inherits from CanInstallSelf

Object <- InstallSpecifier



Operations

Get list of all operations

InstallSelf


Attributes

Get list of all attributes

Class InstallSpecifier defines no new attributes.


Fields

Field Type
InstallSpecifier: install: Object
receiver: Object
fallback: CanInstallSelf


Instance template

instance InstallSpecifier tag;
        install: nilObject;
       receiver: nilObject;
       fallback: nilObject;
end instance;

Class definition

Define Class InstallSpecifier;
    inherits from Object;
    inherits from CanInstallSelf;

    field install: Object;
        // object to install
    field receiver: Object;
        // object to install into
    field fallback: CanInstallSelf;
        // object to install if this installation fails

    overrides InstallSelf;
end class;