protected static class HostConfig.DeployedApplication extends 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. | 
| String | nameApplication context path. | 
| LinkedHashMap<String,Long> | redeployResourcesAny modification of the specified (static) resources will cause a
 redeployment of the application. | 
| HashMap<String,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(String name,
                              boolean hasDescriptor) | 
public String name
public final boolean hasDescriptor
public LinkedHashMap<String,Long> redeployResources
public HashMap<String,Long> reloadResources
public long timestamp
public boolean loggedDirWarning
public HostConfig.DeployedApplication(String name, boolean hasDescriptor)
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.