Uses of Interface
ch.ivyteam.ivy.extension.IExtensions
-
Packages that use IExtensions Package Description ch.ivyteam.ivy.environment ch.ivyteam.ivy.extension ch.ivyteam.ivy.process.extension.impl -
-
Uses of IExtensions in ch.ivyteam.ivy.environment
Fields in ch.ivyteam.ivy.environment declared as IExtensions Modifier and Type Field Description IExtensionsIvy. extensionsProvides access to anyextensionsthat are installed on the ivy server.Methods in ch.ivyteam.ivy.environment that return IExtensions Modifier and Type Method Description static IExtensionsIvy. extensions()Gets access to anyextensionsthat are installed on the ivy server. -
Uses of IExtensions in ch.ivyteam.ivy.extension
Methods in ch.ivyteam.ivy.extension that return IExtensions Modifier and Type Method Description static IExtensionsIExtensions. current()Gets the extensions. -
Uses of IExtensions in ch.ivyteam.ivy.process.extension.impl
Methods in ch.ivyteam.ivy.process.extension.impl that return IExtensions Modifier and Type Method Description protected IExtensionsAbstractProcessExtension. getExtensions(IIvyScriptContext context)Gets the extensions interface
-