org.jboss.seam.deployment
public abstract class AbstractDeploymentHandler extends Object implements DeploymentHandler
DeploymentHandler
providing common functionalityConstructor 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, wait
getMetadata, getName
public void setResources(Set<FileDescriptor> resources)
setResources
in interface DeploymentHandler
public Set<FileDescriptor> getResources()
getResources
in interface DeploymentHandler
public void postProcess(ClassLoader classLoader)
postProcess
in interface DeploymentHandler
Copyright © 2015 Seam Framework. All Rights Reserved.