|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.seam.deployment.DeploymentStrategy
public abstract class DeploymentStrategy
A DeploymentStrategy coordinates the deployment of resources for a Seam
application.
| Field Summary | |
|---|---|
static String |
SCANNERS_KEY
The key under which to list possible scanners. |
| Constructor Summary | |
|---|---|
DeploymentStrategy()
|
|
| Method Summary | |
|---|---|
abstract ClassLoader |
getClassLoader()
Get the classloader to use |
Map<String,DeploymentHandler> |
getDeploymentHandlers()
Get (or modify) any registered DeploymentHandlers
Implementations of DeploymentStrategy may add default
DeploymentHandlers |
protected abstract String |
getDeploymentHandlersKey()
|
List<File> |
getFiles()
|
protected Scanner |
getScanner()
Get the scanner being used |
long |
getTimestamp()
|
protected void |
initScanner()
|
protected void |
postScan()
|
abstract void |
scan()
Do the scan for resources Should only be called by Seam |
void |
setFiles(List<File> files)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String SCANNERS_KEY
| Constructor Detail |
|---|
public DeploymentStrategy()
| Method Detail |
|---|
public abstract void scan()
protected Scanner getScanner()
public abstract ClassLoader getClassLoader()
public Map<String,DeploymentHandler> getDeploymentHandlers()
DeploymentHandlers
Implementations of DeploymentStrategy may add default
DeploymentHandlers
protected abstract String getDeploymentHandlersKey()
protected void initScanner()
public List<File> getFiles()
public void setFiles(List<File> files)
public long getTimestamp()
protected void postScan()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||