Uses of Class
de.uni_hildesheim.sse.easy.loader.framework.BundleException
Packages that use BundleException
Package
Description
Implements the infrastructure framework for the standalone loader for EASy-Producer.
-
Uses of BundleException in de.uni_hildesheim.sse.easy.loader.framework
Methods in de.uni_hildesheim.sse.easy.loader.framework that throw BundleExceptionModifier and TypeMethodDescriptionstatic BundleInfoBundleInfo.createInstance(File file) Creates an bundle information instance from a JAR file.static BundleInfoBundleInfo.createInstance(String name, EasyDependency versionSpec) Creates an bundle information instance.private BundleInfo[]BundleInfo.parseBundleList(Attributes attributes, String key) Parses a bundle list fromattributes.private static booleanBundleInfo.parseSingleton(Attributes attributes) Parses the attributes whether the current bundle is a singleton.(package private) static StringBundleInfo.parseSymbolicName(Attributes attributes) Parses the symbolic name and the singleton attribute.(package private) static VersionBundleInfo.parseVersion(Attributes attributes) Parses the bundle version from theattributes.voidResolves this bundle.Constructors in de.uni_hildesheim.sse.easy.loader.framework that throw BundleExceptionModifierConstructorDescriptionprivateBundleInfo(File file, Manifest manifest) Creates a bundle information object from a given JARmanifest.privateBundleInfo(String name, EasyDependency versionRestriction) Creates an unresolved bundle information object from the given symbolicname.Creates a new version by parsing a string.