com.threerings.cast.bundle.tools
Class DirectoryMetadataBundlerTask
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
com.threerings.cast.bundle.tools.MetadataBundlerTask
com.threerings.cast.bundle.tools.DirectoryMetadataBundlerTask
- All Implemented Interfaces:
- Cloneable
public class DirectoryMetadataBundlerTask
- extends MetadataBundlerTask
Creates all the information that would be in a metadata bundle and place it in a directory.
| Methods inherited from class org.apache.tools.ant.Task |
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
DirectoryMetadataBundlerTask
public DirectoryMetadataBundlerTask()
createOutputStream
protected OutputStream createOutputStream(File target)
throws IOException
- Description copied from class:
MetadataBundlerTask
- Creates the base output stream to which to write our bundle's files.
- Overrides:
createOutputStream in class MetadataBundlerTask
- Throws:
IOException
nextEntry
protected OutputStream nextEntry(OutputStream lastEntry,
String path)
throws IOException
- Description copied from class:
MetadataBundlerTask
- Advances to the next named entry in the bundle and returns the stream to which to write
that entry.
- Overrides:
nextEntry in class MetadataBundlerTask
- Throws:
IOException