Uses of Class
de.oktoflow.platform.tools.lib.loader.LoaderIndex
Packages that use LoaderIndex
-
Uses of LoaderIndex in de.oktoflow.platform.tools.lib.loader
Methods in de.oktoflow.platform.tools.lib.loader that return LoaderIndexModifier and TypeMethodDescriptionstatic LoaderIndexLoaderIndex.addToIndex(LoaderIndex index, List<Path> jars) Adds the givenjarstoindex.static LoaderIndexLoaderIndex.createIndex(List<Path> jars) Creates an index for a given set of JAR files.static LoaderIndexReads an index file, basically via serialization.Methods in de.oktoflow.platform.tools.lib.loader with parameters of type LoaderIndexModifier and TypeMethodDescriptionstatic voidLoaderIndex.addToIndex(LoaderIndex index, boolean isClass, String name, String location) Adds the resourcenameinlocationinindex.static voidLoaderIndex.addToIndex(LoaderIndex index, File jarFile, String location) Adds the givenjarFiletoindex.static LoaderIndexLoaderIndex.addToIndex(LoaderIndex index, List<Path> jars) Adds the givenjarstoindex.private static voidLoaderIndex.addToIndex(LoaderIndex index, Map<String, String> map, String name, String location) Adds the resourcenameinlocationtomapand adjusts the location index inindex.static voidLoaderIndex.relocateIndex(LoaderIndex index, String prefix, String replacement) Relocates an index instance.static voidLoaderIndex.toFile(LoaderIndex index, File file) Savesindextofile.Constructors in de.oktoflow.platform.tools.lib.loader with parameters of type LoaderIndexModifierConstructorDescriptionChildFirstIndexedClassloader(LoaderIndex index, ClassLoader parent) Creates an indexed classloader.