Uses of Interface
ch.ivyteam.ivy.application.ILibrarySpecification
-
Packages that use ILibrarySpecification Package Description ch.ivyteam.ivy.application Defines the Axon Ivy application configuration subsystem with interfaces forIApplication,IProcessModel,IProcessModelVersion.ch.ivyteam.ivy.application.value -
-
Uses of ILibrarySpecification in ch.ivyteam.ivy.application
Methods in ch.ivyteam.ivy.application that return ILibrarySpecification Modifier and Type Method Description ILibrarySpecificationILibrary. createRequiredLibrarySpecification(String id)Deprecated.ILibrarySpecificationILibrary. createRequiredLibrarySpecification(String id, int position)Creates a new required library specificationILibrarySpecificationILibrary. findRequiredLibrarySpecification(String id)Finds a required library specification with it's idMethods in ch.ivyteam.ivy.application that return types with arguments of type ILibrarySpecification Modifier and Type Method Description List<ILibrarySpecification>ILibrary. findMatchingLibrarySpecifications()Gets all library requirement specifications which match this library id and version. The returned libraries are candidates which could depend on this library.List<ILibrarySpecification>ILibrary. getRequiredLibrarySpecifications()Gets the required library specifications. -
Uses of ILibrarySpecification in ch.ivyteam.ivy.application.value
Methods in ch.ivyteam.ivy.application.value with parameters of type ILibrarySpecification Modifier and Type Method Description static VersionRangeVersionRange. of(ILibrarySpecification spec)
-