Home
last modified time | relevance | path

Searched refs:ArchiveFileManipulations (Results 1 – 4 of 4) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/
H A DWizardArchiveFileResourceImportPage1.java127 if(ArchiveFileManipulations.isTarFile(fileName)) { in validateSourceFile()
130 ArchiveFileManipulations.closeTarFile(tarFile, getShell()); in validateSourceFile()
137 ArchiveFileManipulations.closeZipFile(zipFile, getShell()); in validateSourceFile()
153 return ArchiveFileManipulations.closeZipFile(specifiedFile, getShell()); in ensureZipSourceIsValid()
162 return ArchiveFileManipulations.closeTarFile(specifiedFile, getShell()); in ensureTarSourceIsValid()
171 if (ArchiveFileManipulations.isTarFile(sourceNameField.getText())) { in ensureSourceIsValid()
201 ArchiveFileManipulations.closeStructureProvider(structureProvider, getShell()); in disposeStructureProvider()
233 if(ArchiveFileManipulations.isTarFile(sourceNameField.getText())) {
370 if (ArchiveFileManipulations.isTarFile(sourceNameField.getText())) {
393 ArchiveFileManipulations.closeStructureProvider(importStructureProvider, getShell());
H A DSmartImportWizard.java88 if (ArchiveFileManipulations.isTarFile(archive.getAbsolutePath())) { in run()
91 } else if (ArchiveFileManipulations.isZipFile(archive.getAbsolutePath())) { in run()
309 return ArchiveFileManipulations.isZipFile(file.getAbsolutePath()) in isValidArchive()
310 || ArchiveFileManipulations.isTarFile(file.getAbsolutePath()); in isValidArchive()
H A DArchiveFileManipulations.java30 public class ArchiveFileManipulations { class
H A DWizardProjectsImportPage.java913 && ArchiveFileManipulations.isTarFile(path)) { in updateProjectsList()
939 && ArchiveFileManipulations.isZipFile(path)) { in updateProjectsList()
1301 ArchiveFileManipulations.closeStructureProvider(structureProvider, getShell()); in createProjects()
1328 ArchiveFileManipulations.closeStructureProvider(structureProvider, in performCancel()