public interface AddEntryToOverlay
Modifier and Type | Method and Description |
---|---|
boolean |
add(java.lang.String entryRelativePath,
java.lang.String entryData)
Add a new entry to the (overlay of) the container adapted to this
interface, with the entry containing the given data.
|
boolean add(java.lang.String entryRelativePath, java.lang.String entryData)
entryRelativePath
- path relative to this container at which the
entry should be added (an absolute path will result in no
entry being added and false being returned).entryData
- data the entry should contain.