Uses of Class
com.identityworksllc.iiq.common.plugin.RemotePluginInstaller.OutputLevel
-
Packages that use RemotePluginInstaller.OutputLevel Package Description com.identityworksllc.iiq.common.plugin Resources and utilities for plugin development -
-
Uses of RemotePluginInstaller.OutputLevel in com.identityworksllc.iiq.common.plugin
Methods in com.identityworksllc.iiq.common.plugin that return RemotePluginInstaller.OutputLevel Modifier and Type Method Description static RemotePluginInstaller.OutputLevelRemotePluginInstaller.OutputLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static RemotePluginInstaller.OutputLevel[]RemotePluginInstaller.OutputLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.identityworksllc.iiq.common.plugin with parameters of type RemotePluginInstaller.OutputLevel Modifier and Type Method Description static voidRemotePluginInstaller. output(RemotePluginInstaller.OutputLevel level, String output, Object... variables)Outputs the message in question at the given output level.
-