public class TestFileInitializer extends FileInitializer
FileInitializer
_basehome, _scheme
Constructor | Description |
---|---|
TestFileInitializer(BaseHome basehome) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
create(java.net.URI uri,
java.lang.String location) |
Initialize a file resource
|
boolean |
isApplicable(java.net.URI uri) |
check, copyDirectory, download, getDestination, isFilePresent
public TestFileInitializer(BaseHome basehome)
public boolean isApplicable(java.net.URI uri)
isApplicable
in class FileInitializer
public boolean create(java.net.URI uri, java.lang.String location) throws java.io.IOException
FileInitializer
create
in class FileInitializer
uri
- the URI of the resource acting as its sourcelocation
- the simple string reference to the output file, suitable for searching
for the file in other locations (like ${jetty.home} or ${jetty.dir}) *java.io.IOException
- if there was an attempt to initialize, but an error occurred.Copyright © 1995–2018 Webtide. All rights reserved.