Searched defs:addFile (Results 1 – 5 of 5) sorted by relevance
764 public void addFile(IFile file, IFolder rootFolder) throws ApkCreationException { in addFile() method in PostCompilerBuilder.JarBuilder792 public void addFile(File file, String archivePath) throws ApkCreationException, in addFile() method in PostCompilerBuilder.JarBuilder805 private void addFile(InputStream content, long lastModified, String archivePath) in addFile() method in PostCompilerBuilder.JarBuilder
327 TextFileChange addFile = new TextFileChange("Create new separate layout", file); in computeChanges() local
347 TextFileChange addFile = new TextFileChange("Create new separate style declaration", file); in computeChanges() local
1143 TextFileChange addFile = createNewFileChange(file); in copy() local
1204 private void addFile(IFile dest, byte[] source, IProgressMonitor monitor) throws CoreException { in addFile() method