public class PrimitiveBuilder extends java.lang.Object implements ManifestFactoryBuilder
| Constructor and Description |
|---|
PrimitiveBuilder() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
createObject(java.util.Map params)
ask the builder to create an object based upon the Map parameters
|
java.lang.String |
getManifestFilename()
get the filename associated with this builder
TODO: probably should be a URL instead
TODO: probably going to need to generalize this a bit more, so that
we can have different webapps with different manifest files
|
public java.lang.String getManifestFilename()
ManifestFactoryBuildergetManifestFilename in interface ManifestFactoryBuilderpublic java.lang.Object createObject(java.util.Map params)
ManifestFactoryBuildercreateObject in interface ManifestFactoryBuilderparams - Map of parameters to produce this Factory by