Uses of Interface
com.sun.n1.util.vars.VariableSettingsSource

Packages that use VariableSettingsSource
com.sun.n1.sps.model.host   
com.sun.n1.sps.model.plan   
com.sun.n1.sps.model.util   
 

Uses of VariableSettingsSource in com.sun.n1.sps.model.host
 

Subinterfaces of VariableSettingsSource in com.sun.n1.sps.model.host
 interface Host
          A host is the internal representation of a deployment target.
 interface HostType
          A host type declares a set of variables, and is used to dynamically extend the data associated with a Host object.
 interface HostTypeVarList
          A strongly-typed list of HostTypeVar objects.
 

Uses of VariableSettingsSource in com.sun.n1.sps.model.plan
 

Methods in com.sun.n1.sps.model.plan that return VariableSettingsSource
 VariableSettingsSource ExecutionPlan.getLocalVars()
          Returns the variables associated with this plan.
 

Uses of VariableSettingsSource in com.sun.n1.sps.model.util
 

Subinterfaces of VariableSettingsSource in com.sun.n1.sps.model.util
 interface PromptParamList
          A list of PromptParam objects.