Searched refs:DataEntryWriter (Results 1 - 13 of 13) sorted by relevance

/external/proguard/src/proguard/io/
H A DFilteredDataEntryWriter.java26 * This DataEntryWriter delegates to one of two other DataEntryWriter instances,
32 public class FilteredDataEntryWriter implements DataEntryWriter
35 private DataEntryWriter acceptedDataEntryWriter;
36 private DataEntryWriter rejectedDataEntryWriter;
43 * @param acceptedDataEntryWriter the DataEntryWriter to which the writing
48 DataEntryWriter acceptedDataEntryWriter)
57 * @param acceptedDataEntryWriter the DataEntryWriter to which the writing
60 * @param rejectedDataEntryWriter the DataEntryWriter to which the writing
66 DataEntryWriter acceptedDataEntryWrite
[all...]
H A DCascadingDataEntryWriter.java26 * This DataEntryWriter delegates to a given DataEntryWriter, or failing that,
27 * to another given DataEntryWriter.
31 public class CascadingDataEntryWriter implements DataEntryWriter
33 private DataEntryWriter dataEntryWriter1;
34 private DataEntryWriter dataEntryWriter2;
39 * @param dataEntryWriter1 the DataEntryWriter to which the writing will be
41 * @param dataEntryWriter2 the DataEntryWriter to which the writing will be
45 public CascadingDataEntryWriter(DataEntryWriter dataEntryWriter1,
46 DataEntryWriter dataEntryWriter
[all...]
H A DParentDataEntryWriter.java26 * This DataEntryWriter lets another DataEntryWriter write the parent data
31 public class ParentDataEntryWriter implements DataEntryWriter
33 private DataEntryWriter dataEntryWriter;
38 * @param dataEntryWriter the DataEntryWriter to which the writing will be
41 public ParentDataEntryWriter(DataEntryWriter dataEntryWriter)
47 // Implementations for DataEntryWriter.
H A DDataEntryWriter.java33 public interface DataEntryWriter interface
H A DDataEntryCopier.java30 * given DataEntryWriter.
38 private final DataEntryWriter dataEntryWriter;
43 public DataEntryCopier(DataEntryWriter dataEntryWriter)
119 DataEntryWriter writer = new DirectoryWriter(new File(output),
128 DataEntryWriter zipWriter = new JarWriter(writer);
145 DataEntryWriter warWriter = new JarWriter(writer);
163 DataEntryWriter jarWriter = new JarWriter(writer);
H A DClassRewriter.java31 * versions from the ClassPool to a given DataEntryWriter.
38 private final DataEntryWriter dataEntryWriter;
42 DataEntryWriter dataEntryWriter)
H A DJarWriter.java32 * This DataEntryWriter sends data entries to a given jar/zip file.
37 public class JarWriter implements DataEntryWriter, Finisher
39 private final DataEntryWriter dataEntryWriter;
55 public JarWriter(DataEntryWriter dataEntryWriter)
64 public JarWriter(DataEntryWriter dataEntryWriter,
74 // Implementations for DataEntryWriter.
H A DDataEntryRewriter.java29 * given DataEntryWriter, updating their contents based on the renamed classes
43 DataEntryWriter dataEntryWriter)
H A DDirectoryWriter.java29 * This DataEntryWriter writes data entries to individual files in a given
34 public class DirectoryWriter implements DataEntryWriter
56 // Implementations for DataEntryWriter.
H A DManifestRewriter.java29 * given DataEntryWriter, updating their contents based on the renamed classes
40 DataEntryWriter dataEntryWriter)
/external/proguard/src/proguard/
H A DDataEntryWriterFactory.java29 * This class can create DataEntryWriter instances based on class paths. The
37 * Creates a DataEntryWriter that can write to the given class path entries.
42 * @return a DataEntryWriter for writing to the given class path entries.
44 public static DataEntryWriter createDataEntryWriter(ClassPath classPath,
48 DataEntryWriter writer = null;
62 * Creates a DataEntryWriter that can write to the given class path entry,
63 * or delegate to another DataEntryWriter if its filters don't match.
65 private static DataEntryWriter createClassPathEntryWriter(ClassPathEntry classPathEntry,
66 DataEntryWriter alternativeWriter)
93 DataEntryWriter write
[all...]
H A DOutputWriter.java148 DataEntryWriter writer =
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 286 milliseconds