|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.jetspeed.deployment.impl.StandardDeploymentManager
public class StandardDeploymentManager
StandardDeploymentManager
Implementation ofDeploymentManager
Nested Class Summary | |
---|---|
class |
StandardDeploymentManager.FileSystemScanner
|
Field Summary | |
---|---|
protected Collection |
deploymentListeners
|
protected HashMap |
ignoredFiles
|
protected org.apache.commons.logging.Log |
log
|
private static FileFilter |
readmeIgnoringFileFilter
|
protected org.apache.jetspeed.components.portletregistry.PortletRegistry |
registry
|
protected StandardDeploymentManager.FileSystemScanner |
scanner
|
protected long |
scanningDelay
|
protected String |
stagingDirectories
|
protected File[] |
stagingDirectoriesAsFiles
|
Constructor Summary | |
---|---|
StandardDeploymentManager(String stagingDirectories,
long scanningDelay,
Collection deploymentListeners)
|
Method Summary | |
---|---|
org.apache.jetspeed.deployment.DeploymentStatus |
deploy(File aFile)
|
void |
dispatch(org.apache.jetspeed.deployment.DeploymentEvent event)
dispatch |
void |
fireDeploymentEvent()
|
protected File[] |
getAllStagedFiles()
getAllStagedFiles |
protected boolean |
ignoreFile(File aFile)
ignoreFile |
void |
start()
start |
void |
stop()
stop |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final FileFilter readmeIgnoringFileFilter
protected org.apache.commons.logging.Log log
protected StandardDeploymentManager.FileSystemScanner scanner
protected org.apache.jetspeed.components.portletregistry.PortletRegistry registry
protected Collection deploymentListeners
protected long scanningDelay
protected String stagingDirectories
protected File[] stagingDirectoriesAsFiles
protected HashMap ignoredFiles
Constructor Detail |
---|
public StandardDeploymentManager(String stagingDirectories, long scanningDelay, Collection deploymentListeners)
stagingDirectories
- scanningDelay
- deploymentListeners
- Method Detail |
---|
public void start()
start
org.picocontainer.Startable#start()
public void stop()
stop
org.picocontainer.Startable#stop()
public org.apache.jetspeed.deployment.DeploymentStatus deploy(File aFile) throws org.apache.jetspeed.deployment.DeploymentException
deploy
in interface org.apache.jetspeed.deployment.DeploymentManager
org.apache.jetspeed.deployment.DeploymentException
public void fireDeploymentEvent()
fireDeploymentEvent
in interface org.apache.jetspeed.deployment.DeploymentManager
public void dispatch(org.apache.jetspeed.deployment.DeploymentEvent event)
dispatch
dispatch
in interface org.apache.jetspeed.deployment.DeploymentManager
event
- DeploymentManager.dispatch(org.apache.jetspeed.deployment.DeploymentEvent)
protected boolean ignoreFile(File aFile)
ignoreFile
fileName
-
protected File[] getAllStagedFiles()
getAllStagedFiles
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |