|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jvending.provisioning.stocking.handler.JadHandler
public class JadHandler
This class provides a means for pulling a JAR file from a Map.
| Constructor Summary | |
|---|---|
JadHandler()
|
|
| Method Summary | |
|---|---|
java.util.List |
getContentFiles(DescriptorFileType descriptorFileType,
java.util.Map contentMap)
Obtains a List of ContentFiles associated with a descriptor. |
void |
setRepositoryRegistry(org.jvending.registry.RepositoryRegistry repositoryRegistry)
Mutator for RepositoryRegistry |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JadHandler()
| Method Detail |
|---|
public void setRepositoryRegistry(org.jvending.registry.RepositoryRegistry repositoryRegistry)
DescriptorHandlerRepositoryRegistry
setRepositoryRegistry in interface DescriptorHandler
public java.util.List getContentFiles(DescriptorFileType descriptorFileType,
java.util.Map contentMap)
throws StockingException
DescriptorHandlerList of ContentFiles associated with a descriptor. Never returns a null
value for the list. The implementation MUST NOT modify the contentMap. Such events must be handled outside of
a DescriptorHandler context.
getContentFiles in interface DescriptorHandlerdescriptorFileType - for a JADcontentMap -
ContentFile for a JAR.
StockingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||