com.ibm.wsspi.adaptable.module
Interface AddEntryToOverlay
- public interface AddEntryToOverlay
Method Summary
Modifier and Type | Method and Description |
---|---|
|
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.
|
Method Detail
add
- 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.
Parameters:
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. Returns:
true if successful, false otherwise.