|
||||||||||
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(String resourceId,
File file)
Adds resource to the list of files for transfer. |
void |
addProperty(String key,
String value)
Adds property to the list of properties. |
Object |
clone()
|
File |
getFile(String resourceId)
|
Map<String,File> |
getFiles()
Cats collection of all files. |
Map<String,String> |
getProperties()
Gets collection of all properties. |
String |
getproperty(String key)
Gets value of property with specified key or null if such property was not set. |
void |
removeFile(String resourceId)
|
String |
removeProperty(String key)
|
void |
setProperty(String key,
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(String resourceId, File file)
public File getFile(String resourceId)
public void removeFile(String resourceId)
public Map<String,File> getFiles()
public void addProperty(String key, String value)
public void setProperty(String key, String value)
setProperty(String, String)
public String getproperty(String key)
public String removeProperty(String key)
public Map<String,String> getProperties()
public Object clone()
clone
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |