jautil.install
Class AvatarsAccessChooser.AccessChoice

java.lang.Object
  extended by jautil.install.AvatarsAccessChooser.AccessChoice
Enclosing class:
AvatarsAccessChooser

public static class AvatarsAccessChooser.AccessChoice
extends java.lang.Object

Defines the choices for access to avatar definitions: local vs. remote avatar definitions, and, in the former case, existing vs. newly installed definitions.


Field Summary
 boolean existing
          In the case of local definitions, the choice is for existing ones, not new ones.
 boolean local
          The choice is for local definitions, not remote ones.
 
Constructor Summary
AvatarsAccessChooser.AccessChoice()
          Constructs a new access choice record, with the default settings, that is, remote avatar definitions.
AvatarsAccessChooser.AccessChoice(boolean local, boolean existing)
          Constructs a new access choice reccord, initialised with the given values.
 
Method Summary
 void set(boolean local, boolean existing)
          Sets the choice flags to the given values.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

local

public boolean local
The choice is for local definitions, not remote ones.


existing

public boolean existing
In the case of local definitions, the choice is for existing ones, not new ones.

Constructor Detail

AvatarsAccessChooser.AccessChoice

public AvatarsAccessChooser.AccessChoice()
Constructs a new access choice record, with the default settings, that is, remote avatar definitions.


AvatarsAccessChooser.AccessChoice

public AvatarsAccessChooser.AccessChoice(boolean local,
                                         boolean existing)
Constructs a new access choice reccord, initialised with the given values.

Method Detail

set

public void set(boolean local,
                boolean existing)
Sets the choice flags to the given values.