org.jboss.seam.deployment
public abstract class AbstractDeploymentHandler extends Object implements DeploymentHandler
DeploymentHandler providing common functionality| Constructor and Description |
|---|
AbstractDeploymentHandler() |
| Modifier and Type | Method and Description |
|---|---|
Set<FileDescriptor> |
getResources() |
void |
postProcess(ClassLoader classLoader) |
void |
setResources(Set<FileDescriptor> resources) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetMetadata, getNamepublic void setResources(Set<FileDescriptor> resources)
setResources in interface DeploymentHandlerpublic Set<FileDescriptor> getResources()
getResources in interface DeploymentHandlerpublic void postProcess(ClassLoader classLoader)
postProcess in interface DeploymentHandlerCopyright © 2015 Seam Framework. All Rights Reserved.