Uses of Class
org.eclipse.jetty.start.FileInitializer
Packages that use FileInitializer
Package
Description
Jetty Start : Generic Java Start Mechanism
-
Uses of FileInitializer in org.eclipse.jetty.start
Fields in org.eclipse.jetty.start with type parameters of type FileInitializerModifier and TypeFieldDescriptionprivate final List<FileInitializer> BaseBuilder.fileInitializers -
Uses of FileInitializer in org.eclipse.jetty.start.fileinits
Subclasses of FileInitializer in org.eclipse.jetty.start.fileinitsModifier and TypeClassDescriptionclassCopy a file found inBaseHomefrom a URI of the form "basehome:some/path"FileInitializerclassclassAttempt to download amaven://URI, by first attempting to find the resource in the maven repository system (starting with local, then central)classIn a start testing scenario, it is often not important to actually download or initialize a file, this implementation is merely a no-op for theFileInitializerclass