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 ILibrarySpecification
ILibrary. createRequiredLibrarySpecification(String id)
Deprecated.ILibrarySpecification
ILibrary. createRequiredLibrarySpecification(String id, int position)
Creates a new required library specificationILibrarySpecification
ILibrary. 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 VersionRange
VersionRange. of(ILibrarySpecification spec)
-