|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.sling.installer.api.tasks.TransformationResult
public class TransformationResult
A result of a ResourceTransformer
.
In most cases the new transformation result just contains new
content (provided through getInputStream()
.
However, if the transformer is able to detect the new resource
type and sets it, it must also provide a unique id (
getResourceType()
and getId()
.
Constructor Summary | |
---|---|
TransformationResult()
|
Method Summary | |
---|---|
Map<String,Object> |
getAttributes()
Attributes include the bundle symbolic name, bundle version, etc. |
String |
getId()
Get the new unique id |
InputStream |
getInputStream()
Get the new input stream |
String |
getResourceType()
Get the new resource type |
void |
setAttributes(Map<String,Object> attr)
Set the new attributes. |
void |
setId(String id)
Set a new unique id. |
void |
setInputStream(InputStream inputStream)
Set a new input stream. |
void |
setResourceType(String resourceType)
Set a new resource type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TransformationResult()
Method Detail |
---|
public String getResourceType()
null
.public InputStream getInputStream()
null
.public String getId()
null
.public void setResourceType(String resourceType)
resourceType
- The resource typepublic void setId(String id)
id
- The unique idpublic void setInputStream(InputStream inputStream)
inputStream
- The input streampublic Map<String,Object> getAttributes()
public void setAttributes(Map<String,Object> attr)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |