|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object info.magnolia.module.exchangesimple.ActivationContent
public class ActivationContent
Container for all information about activated (to be) content.
Constructor Summary | |
---|---|
ActivationContent()
|
Method Summary | |
---|---|
void |
addFile(java.lang.String resourceId,
java.io.File file)
Adds resource to the list of files for transfer. |
void |
addProperty(java.lang.String key,
java.lang.String value)
Adds property to the list of properties. |
java.lang.Object |
clone()
|
java.io.File |
getFile(java.lang.String resourceId)
|
java.util.Map<java.lang.String,java.io.File> |
getFiles()
Cats collection of all files. |
java.util.Map<java.lang.String,java.lang.String> |
getProperties()
Gets collection of all properties. |
java.lang.String |
getproperty(java.lang.String key)
Gets value of property with specified key or null if such property was not set. |
void |
removeFile(java.lang.String resourceId)
|
void |
removeProperty(java.lang.String key)
|
void |
setProperty(java.lang.String key,
java.lang.String value)
|
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ActivationContent()
Method Detail |
---|
public void addFile(java.lang.String resourceId, java.io.File file)
public java.io.File getFile(java.lang.String resourceId)
public void removeFile(java.lang.String resourceId)
public java.util.Map<java.lang.String,java.io.File> getFiles()
public void addProperty(java.lang.String key, java.lang.String value)
public void setProperty(java.lang.String key, java.lang.String value)
setProperty(String, String)
public java.lang.String getproperty(java.lang.String key)
public void removeProperty(java.lang.String key)
public java.util.Map<java.lang.String,java.lang.String> getProperties()
public java.lang.Object clone()
clone
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |