|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - the type of the deployable.U - the type of the attached data.public interface FileDeployable<T extends IDeployable<T>,U>
Interface for deployables built upon a single file that is not a JAR file.
| Method Summary | |
|---|---|
U |
getAttachedData()
Gets the data attached to this deployable. |
void |
setAttachedData(U attachedData)
Sets the data attached to this deployable. |
| Methods inherited from interface org.ow2.util.ee.deploy.api.deployable.IDeployable |
|---|
addExtension, getArchive, getExtension, getModuleName, getOriginalDeployable, getShortName, getUnpackedDeployable, setOriginalDeployable, setUnpackedDeployable |
| Method Detail |
|---|
U getAttachedData()
void setAttachedData(U attachedData)
attachedData - the new attached data.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||