|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectproguard.DataEntryWriterFactory
public class DataEntryWriterFactory
This class can create DataEntryWriter instances based on class paths. The writers will wrap the output in the proper jars, wars, ears, and zips.
| Constructor Summary | |
|---|---|
DataEntryWriterFactory()
|
|
| Method Summary | |
|---|---|
static DataEntryWriter |
createDataEntryWriter(ClassPath classPath,
int fromIndex,
int toIndex)
Creates a DataEntryWriter that can write to the given class path entries. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataEntryWriterFactory()
| Method Detail |
|---|
public static DataEntryWriter createDataEntryWriter(ClassPath classPath,
int fromIndex,
int toIndex)
classPath - the output class path.fromIndex - the start index in the class path.toIndex - the end index in the class path.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||