Uses of Interface
ch.ivyteam.ivy.application.ILibrary
-
Packages that use ILibrary Package Description ch.ivyteam.ivy.application Defines the Axon.ivy application configuration subsystem with interfaces forIApplication
,IProcessModel
,IProcessModelVersion
. -
-
Uses of ILibrary in ch.ivyteam.ivy.application
Methods in ch.ivyteam.ivy.application that return ILibrary Modifier and Type Method Description ILibrary
IProcessModelVersion. createLibrary(String id, int majorVersion)
Deprecated.ILibrary
IProcessModelVersion. createLibrary(String id, QualifiedVersion version)
ILibrary
ILibrary. findLibraryInRequiredHierarchie(String libraryId)
ILibrary
IProcessModelVersion. getLibrary()
Gets the library for which this pmv holds the dataILibrary
ILibrarySpecification. getResolvedLibrary()
Gets the library that fits this library specification.Methods in ch.ivyteam.ivy.application that return types with arguments of type ILibrary Modifier and Type Method Description SortedSet<ILibrary>
ILibrarySpecification. findMatchingLibraries()
List<ILibrary>
ILibrary. getAllDependentLibraries()
Gets all libraries that depend on this library direct and indirectList<ILibrary>
ILibrary. getAllRequiredLibraries()
Gets all libraries that are required by this library, in breadth-first order, without duplicates.List<List<ILibrary>>
ILibrary. getCircularDependentLibraries()
Gets a list of library pathes that describes the circular dependent libraries of this library.List<ILibrary>
ILibrary. getDependentLibraries()
Gets all libraries that depend on this library directList<ILibrary>
IApplication. getLibraries()
Gets all liberariesList<ILibrary>
ILibrary. getRequiredLibraries()
Gets all libraries that the library requires (depends of) direct.Methods in ch.ivyteam.ivy.application with parameters of type ILibrary Modifier and Type Method Description void
ILibrarySpecification. setResolvedLibrary(ILibrary resolvedLibrary)
Sets the resolved library which matches the specification and will be used at runtime.
-