Uses of Interface
lime.PropertyKeys

Packages that use PropertyKeys
lime   
lime.util   
 

Uses of PropertyKeys in lime
 

Classes in lime that implement PropertyKeys
 class LimeServer
          The runtime support needed to run Lime on a given host.
 

Uses of PropertyKeys in lime.util
 

Classes in lime.util that implement PropertyKeys
 class Launcher
          The Launcher starts the run time support necessary for Lime from the command line, and serves as the mechanism for passing parameters to the LimeServer when starting the runtime support from within an application (see examples/SimpleLime.java for an example of how to do this).