Uses of Class
de.uni_hildesheim.sse.easy.loader.StartupInfo
Packages that use StartupInfo
Package
Description
Implements a standalone loader for EASy-Producer.
-
Uses of StartupInfo in de.uni_hildesheim.sse.easy.loader
Fields in de.uni_hildesheim.sse.easy.loader with type parameters of type StartupInfoModifier and TypeFieldDescriptionprivate List<StartupInfo> AbstractStartupInfoLoader.startupSequenceMethods in de.uni_hildesheim.sse.easy.loader that return StartupInfoModifier and TypeMethodDescriptionstatic StartupInfoManifestLoader.loadManifest(URL url, DocumentBuilder builder, boolean verbose) Load a given manifest.Methods in de.uni_hildesheim.sse.easy.loader that return types with arguments of type StartupInfoModifier and TypeMethodDescriptionprivate static List<StartupInfo> ListLoader.load(InputStream is) Loads the startup sequence from an input stream.private static List<StartupInfo> Loads the startup sequence from a reader.static List<StartupInfo> ManifestLoader.loadManifests(boolean verbose, ClassLoader loader) Loads the available manifests.Method parameters in de.uni_hildesheim.sse.easy.loader with type arguments of type StartupInfoModifier and TypeMethodDescriptionprivate static voidListLoader.processLine(String line, List<StartupInfo> startupSequence) Processes a single line from the startup sequence file.protected voidAbstractStartupInfoLoader.setStartupSequence(List<StartupInfo> startupSequence) Sets the startup sequence.Constructor parameters in de.uni_hildesheim.sse.easy.loader with type arguments of type StartupInfoModifierConstructorDescriptionprotectedAbstractStartupInfoLoader(List<StartupInfo> startupSequence) Creates an instance with given startup sequence.