Uses of Class
de.uni_hildesheim.sse.easy.loader.framework.Feature
Packages that use Feature
Package
Description
Implements a standalone loader for EASy-Producer.
-
Uses of Feature in de.uni_hildesheim.sse.easy.loader
Methods in de.uni_hildesheim.sse.easy.loader that return FeatureModifier and TypeMethodDescriptionstatic FeatureGenerator.getFeatureFromListByName(List<Feature> features, String name) Returns (if possible) the feature with given symbolic name.Methods in de.uni_hildesheim.sse.easy.loader that return types with arguments of type FeatureModifier and TypeMethodDescriptionGenerator.collectFeatures(List<Feature> features, List<Feature> additionalFeatures) Collects all required features.Generator.filesToFeature(List<File> files) Transforms a list of files into a list of Features.Method parameters in de.uni_hildesheim.sse.easy.loader with type arguments of type FeatureModifier and TypeMethodDescriptionprivate static Map<String, EasyDependency> Generator.collectDependencies(List<Feature> features, List<Feature> additionalFeatures) Collects all required dependencies for a list of features.Generator.collectFeatures(List<Feature> features, List<Feature> additionalFeatures) Collects all required features.static List<BundleInfo> Generator.generate(List<Feature> features, List<Feature> additionalFeatures, boolean forceBuild, String pluginPath, String eclipsePath, String target, String baseDir, String binFolder, String libsFolder) Gathers Bundles for a list of features, depending on version restrictions.static FeatureGenerator.getFeatureFromListByName(List<Feature> features, String name) Returns (if possible) the feature with given symbolic name.private static List<BundleInfo> Generator.unnamed(Generator gen, List<Feature> features, List<Feature> additionalFeatures, boolean forceBuild) ...