public interface IJarBuilderExtension
IJarBuilder with the following functions:
| Modifier and Type | Method and Description |
|---|---|
void |
writeFile(File file,
IPath destinationPath)
Add the given file to the archive at the given path
|
void writeFile(File file, IPath destinationPath) throws CoreException
file - the file to be written. It is guaranteed, that the file is not a directory.destinationPath - the path for the file inside the archiveCoreException - thrown when the file could not be written
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.