Uses of Class
de.uni_hildesheim.sse.easy.loader.framework.EasyDependency
Packages that use EasyDependency
Package
Description
Implements a standalone loader for EASy-Producer.
Implements the infrastructure framework for the standalone loader for EASy-Producer.
-
Uses of EasyDependency in de.uni_hildesheim.sse.easy.loader
Methods in de.uni_hildesheim.sse.easy.loader that return types with arguments of type EasyDependencyModifier and TypeMethodDescriptionprivate static Map<String, EasyDependency> Generator.collectDependencies(List<Feature> features, List<Feature> additionalFeatures) Collects all required dependencies for a list of features. -
Uses of EasyDependency in de.uni_hildesheim.sse.easy.loader.framework
Fields in de.uni_hildesheim.sse.easy.loader.framework with type parameters of type EasyDependencyModifier and TypeFieldDescriptionprivate Map<String, EasyDependency> Feature.pluginsprivate List<EasyDependency> Feature.requiredFeaturesMethods in de.uni_hildesheim.sse.easy.loader.framework that return types with arguments of type EasyDependencyModifier and TypeMethodDescriptionFeature.getDependencies()Returns the dependencies aka plugins needed.Feature.getRequirements()Returns the requirements aka features needed.Methods in de.uni_hildesheim.sse.easy.loader.framework with parameters of type EasyDependencyModifier and TypeMethodDescriptionstatic BundleInfoBundleInfo.createInstance(String name, EasyDependency versionSpec) Creates an bundle information instance.BundleRegistry.get(String name, EasyDependency versionSpec) Returns a bundle information instance with the specifiedname.voidEasyDependency.mergeVersions(EasyDependency other) Merges two dependencies if possible.Constructors in de.uni_hildesheim.sse.easy.loader.framework with parameters of type EasyDependencyModifierConstructorDescriptionprivateBundleInfo(String name, EasyDependency versionRestriction) Creates an unresolved bundle information object from the given symbolicname.