|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FilterTask
Represents the task of filtering a PAR file within a provider context.
Method Summary | |
---|---|
java.util.Map |
getContent()
Returns a map of all of the content within the PAR file. |
java.lang.String |
getFilterID()
Returns a unique ID for this task. |
ProviderContext |
getProviderContext()
Returns the ProviderContext for this task. |
ProvisioningArchive |
getProvisioningArchive()
Returns an unmarshalled version of the provisioning.xml file. |
StockingHandlerConfig |
getStockingHandlerConfig()
Returns the StockingHandlerConfig for this task. |
Method Detail |
---|
ProviderContext getProviderContext()
ProviderContext
for this task.
ProviderContext
for this task.java.lang.String getFilterID()
java.util.Map getContent()
FilterTask.getContent().get("META-INF/provisioning.xml")
The returned value must be cast as
byte[]
ProvisioningArchive getProvisioningArchive()
http://java.sun.com/xml/ns/j2ee-cp Provisioning_1_0.xsd
.
StockingHandlerConfig getStockingHandlerConfig()
StockingHandlerConfig
for this task.
StockingHandlerConfig
for this task.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |