Home
last modified time | relevance | path

Searched refs:zipParcel (Results 1 – 3 of 3) sorted by relevance

/trunk/main/scripting/java/org/openoffice/idesupport/zip/
H A DParcelZipper.java63 public String zipParcel(File basedir) throws IOException { in zipParcel() method in ParcelZipper
73 return zipParcel(basedir, targetfile, DEFAULT_FILTER); in zipParcel()
76 public String zipParcel(File basedir, File targetfile) throws IOException { in zipParcel() method in ParcelZipper
77 return zipParcel(basedir, targetfile, DEFAULT_FILTER); in zipParcel()
80 public String zipParcel(File basedir, FileFilter filter) throws IOException { in zipParcel() method in ParcelZipper
90 return zipParcel(basedir, targetfile, filter); in zipParcel()
93 public String zipParcel(File basedir, File targetfile, FileFilter filter) in zipParcel() method in ParcelZipper
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/actions/
H A DParcelFolderSupport.java147 ParcelZipper.getParcelZipper().zipParcel(contentsDir, targetfile, node.getFileFilter()); in generate()
/trunk/main/scripting/java/org/openoffice/idesupport/
H A DCommandLineTools.java321 … String name = ParcelZipper.getParcelZipper().zipParcel(contents, AllFilesFilter.getInstance());

Completed in 24 milliseconds