org.apache.maven.archiva.configuration
Class UserInterfaceOptions

Package class diagram package UserInterfaceOptions
java.lang.Object
  extended by org.apache.maven.archiva.configuration.UserInterfaceOptions
All Implemented Interfaces:
java.io.Serializable

public class UserInterfaceOptions
extends java.lang.Object
implements java.io.Serializable

The user interface configuration settings.

See Also:
Serialized Form

Constructor Summary
UserInterfaceOptions()
           
 
Method Summary
 boolean isAppletFindEnabled()
          Get true if applet behavior for find artifacts should be enabled.
 boolean isShowFindArtifacts()
          Get true if find artifacts should be enabled.
 void setAppletFindEnabled(boolean appletFindEnabled)
          Set true if applet behavior for find artifacts should be enabled.
 void setShowFindArtifacts(boolean showFindArtifacts)
          Set true if find artifacts should be enabled.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserInterfaceOptions

public UserInterfaceOptions()
Method Detail

isAppletFindEnabled

public boolean isAppletFindEnabled()
Get true if applet behavior for find artifacts should be enabled.

Returns:
boolean

isShowFindArtifacts

public boolean isShowFindArtifacts()
Get true if find artifacts should be enabled.

Returns:
boolean

setAppletFindEnabled

public void setAppletFindEnabled(boolean appletFindEnabled)
Set true if applet behavior for find artifacts should be enabled.

Parameters:
appletFindEnabled -

setShowFindArtifacts

public void setShowFindArtifacts(boolean showFindArtifacts)
Set true if find artifacts should be enabled.

Parameters:
showFindArtifacts -