public class EarGenericBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.jboss.shrinkwrap.api.spec.EnterpriseArchive |
getModuleDeployment(ModuleType type)
Generates deployment for given application.
|
static org.jboss.shrinkwrap.api.spec.EnterpriseArchive |
getModuleDeployment(ModuleType type,
String basename)
Generates deployment for given application.
|
static org.jboss.shrinkwrap.api.spec.EnterpriseArchive |
getModuleDeployment(ModuleType type,
String basename,
boolean doFiltering)
Generates deployment for given application.
|
public static org.jboss.shrinkwrap.api.spec.EnterpriseArchive getModuleDeployment(ModuleType type)
type - Module type to generatepublic static org.jboss.shrinkwrap.api.spec.EnterpriseArchive getModuleDeployment(ModuleType type, String basename)
type - Module type to generatebasename - Base name of module to generatepublic static org.jboss.shrinkwrap.api.spec.EnterpriseArchive getModuleDeployment(ModuleType type, String basename, boolean doFiltering)
type - Module type to generatebasename - Base name of module to generatedoFiltering - should do basic filteringCopyright © 2013-2014 Ingwar & co.. All Rights Reserved.