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> TUsageFacility. getOrCreateChild(UsageParametersInterface parent, String name)Create a new child usage parameter set of the given parent usage parameter set.<T> TUsageFacility. getOrCreateChild(UsageParametersInterface parent, String name, String type)Create a new child usage parameter set of the given parent usage parameter set.<T> TUsageFacility. getUsageParameterSet(String key)Get a usage parameter set by its identifying key.booleanUsageFacility. hasChild(UsageParametersInterface parent, String name)Determine if a child usage parameter set with the given name currently exists.voidUsageFacility. removeUsageParameterSet(UsageParametersInterface paramSet)Remove the specified usage parameter set.
-