org.apache.catalina.startup
protected class HostConfig.DeployedApplication extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
name
Application context path.
|
java.util.LinkedHashMap |
redeployResources
Any modification of the specified (static) resources will cause a
redeployment of the application.
|
java.util.HashMap |
reloadResources
Any modification of the specified (static) resources will cause a
reload of the application.
|
long |
timestamp
Instant where the application was last put in service.
|
Constructor and Description |
---|
HostConfig.DeployedApplication(java.lang.String name) |
public java.lang.String name
public java.util.LinkedHashMap redeployResources
public java.util.HashMap reloadResources
public long timestamp
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.