Class BaseHomeFileInitializer
java.lang.Object
org.eclipse.jetty.start.FileInitializer
org.eclipse.jetty.start.fileinits.BaseHomeFileInitializer
Copy a file found in 
BaseHome from a URI of the form
 "basehome:some/path"
 FileInitializer- 
Field SummaryFields inherited from class org.eclipse.jetty.start.FileInitializer_basehome, _scheme
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.eclipse.jetty.start.FileInitializercheck, copyDirectory, getDestination, isApplicable, isFilePresent
- 
Constructor Details- 
BaseHomeFileInitializer
 
- 
- 
Method Details- 
createDescription copied from class:FileInitializerInitialize a file resource- Specified by:
- createin class- FileInitializer
- Parameters:
- uri- the URI of the resource acting as its source
- location- the simple string reference to the output file, suitable for searching for the file in other locations (like ${jetty.home} or ${jetty.dir}) *
- Returns:
- true if local file system is modified.
- Throws:
- IOException- if there was an attempt to initialize, but an error occurred.
 
 
-