protected static class HostConfig.DeployedApplication
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| boolean | hasDescriptorDoes this application have a context.xml descriptor file on the
host's configBase? | 
| boolean | loggedDirWarningIn some circumstances, such as when unpackWARs is true, a directory
may be added to the appBase that is ignored. | 
| java.lang.String | nameApplication context path. | 
| java.util.LinkedHashMap<java.lang.String,java.lang.Long> | redeployResourcesAny modification of the specified (static) resources will cause a
redeployment of the application. | 
| java.util.HashMap<java.lang.String,java.lang.Long> | reloadResourcesAny modification of the specified (static) resources will cause a
reload of the application. | 
| long | timestampInstant where the application was last put in service. | 
| Constructor and Description | 
|---|
| HostConfig.DeployedApplication(java.lang.String name,
boolean hasDescriptor) | 
public java.lang.String name
public final boolean hasDescriptor
public java.util.LinkedHashMap<java.lang.String,java.lang.Long> redeployResources
public java.util.HashMap<java.lang.String,java.lang.Long> reloadResources
public long timestamp
public boolean loggedDirWarning
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.