Uses of Interface
ch.ivyteam.ivy.system.ISystemProperty
-
Packages that use ISystemProperty Package Description ch.ivyteam.ivy.application Defines the Axon Ivy application configuration subsystem with interfaces forIApplication,IProcessModel,IProcessModelVersion. -
-
Uses of ISystemProperty in ch.ivyteam.ivy.application
Methods in ch.ivyteam.ivy.application that return ISystemProperty Modifier and Type Method Description ISystemPropertyISystemPropertyProvider. getSystemProp(String name)Gets a system propertyMethods in ch.ivyteam.ivy.application that return types with arguments of type ISystemProperty Modifier and Type Method Description List<ISystemProperty>ISystemPropertyProvider. getSystemProps()Gets all system property
-