Searched refs:ParcelZipper (Results 1 – 16 of 16) sorted by relevance
62 import org.openoffice.idesupport.zip.ParcelZipper;116 primary.getFileObject(ParcelZipper.CONTENTS_DIRNAME)); in getParcelDescriptor()127 parcelBase.getFileObject(ParcelZipper.CONTENTS_DIRNAME); in generate()136 parcelBase.getName() + "." + ParcelZipper.PARCEL_EXTENSION); in generate()147 ParcelZipper.getParcelZipper().zipParcel(contentsDir, targetfile, node.getFileFilter()); in generate()172 primary.getFileObject(ParcelZipper.CONTENTS_DIRNAME)); in configure()
45 import org.openoffice.idesupport.zip.ParcelZipper;55 private ParcelZipper zipper = ParcelZipper.getParcelZipper();
53 import org.openoffice.idesupport.zip.ParcelZipper;
34 import org.openoffice.idesupport.zip.ParcelZipper;39 ParcelZipper.PARCEL_PREFIX_DIR;75 if (ze.getName().endsWith(ParcelZipper.PARCEL_DESCRIPTOR_XML)) in getParcels()108 ParcelZipper.getParcelZipper().removeParcel(file, parcelName); in removeParcel()
34 import org.openoffice.idesupport.zip.ParcelZipper;41 ParcelZipper.PARCEL_DESCRIPTOR_XML;193 this.contents = new File(basedir, ParcelZipper.CONTENTS_DIRNAME);321 … String name = ParcelZipper.getParcelZipper().zipParcel(contents, AllFilesFilter.getInstance());341 ParcelZipper.getParcelZipper().deployParcel(source, target);
26 import org.openoffice.idesupport.zip.ParcelZipper;50 if (parcelName.equals(ParcelZipper.CONTENTS_DIRNAME)) in findMethods()
34 import org.openoffice.idesupport.zip.ParcelZipper;79 if (parcelName.equals(ParcelZipper.CONTENTS_DIRNAME)) in findMethods()
38 public class ParcelZipper class45 private static ParcelZipper zipper = null;50 private ParcelZipper() { in ParcelZipper() method in ParcelZipper53 public static ParcelZipper getParcelZipper() { in getParcelZipper()55 synchronized(ParcelZipper.class) { in getParcelZipper()57 zipper = new ParcelZipper(); in getParcelZipper()
32 import org.openoffice.idesupport.zip.ParcelZipper;54 fo.getName().equals(ParcelZipper.CONTENTS_DIRNAME) == false || in findPrimaryFile()55 fo.getFileObject(ParcelZipper.PARCEL_DESCRIPTOR_XML) == null) in findPrimaryFile()
35 import org.openoffice.idesupport.zip.ParcelZipper;65 FileObject contents = fo.getFileObject(ParcelZipper.CONTENTS_DIRNAME); in findPrimaryFile()69 FileObject descriptor = contents.getFileObject(ParcelZipper.PARCEL_DESCRIPTOR_XML); in findPrimaryFile()
36 import org.openoffice.idesupport.zip.ParcelZipper;61 extensions.addExtension(ParcelZipper.PARCEL_EXTENSION); in initialize()
46 import org.openoffice.idesupport.zip.ParcelZipper;294 if (name.equals(ParcelZipper.PARCEL_DESCRIPTOR_XML)) in acceptDataObject()
33 import org.openoffice.idesupport.zip.ParcelZipper;81 int idx = line.indexOf(ParcelZipper.CONTENTS_DIRNAME); in evaluate()85 idx = idx + ParcelZipper.CONTENTS_DIRNAME.length(); in evaluate()
51 import org.openoffice.idesupport.zip.ParcelZipper;80 ParcelZipper.PARCEL_DESCRIPTOR_XML)); in ConfigurePanel()112 ParcelZipper.PARCEL_DESCRIPTOR_XML)); in reload()
49 import org.openoffice.idesupport.zip.ParcelZipper;135 recipe.getFileObject(ParcelZipper.CONTENTS_DIRNAME); in instantiate()
48 import org.openoffice.idesupport.zip.ParcelZipper;
Completed in 45 milliseconds