Uses of Class
com.opencloud.rhino.facilities.usage.UnrecognizedUsageParameterSetException
-
Packages that use UnrecognizedUsageParameterSetException Package Description com.opencloud.rhino.facilities.usage -
-
Uses of UnrecognizedUsageParameterSetException in com.opencloud.rhino.facilities.usage
Methods in com.opencloud.rhino.facilities.usage that throw UnrecognizedUsageParameterSetException Modifier and Type Method Description <T> T
UsageFacility. getOrCreateChild(UsageParametersInterface parent, String name)
Create a new child usage parameter set of the given parent usage parameter set.<T> T
UsageFacility. getOrCreateChild(UsageParametersInterface parent, String name, String type)
Create a new child usage parameter set of the given parent usage parameter set.<T> T
UsageFacility. getUsageParameterSet(String key)
Get a usage parameter set by its identifying key.boolean
UsageFacility. hasChild(UsageParametersInterface parent, String name)
Determine if a child usage parameter set with the given name currently exists.void
UsageFacility. removeUsageParameterSet(UsageParametersInterface paramSet)
Remove the specified usage parameter set.
-