protected static class HostConfig.DeployedApplication
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
hasDescriptor
Does this application have a context.xml descriptor file on the
host's configBase?
|
boolean |
loggedDirWarning
In some circumstances, such as when unpackWARs is true, a directory
may be added to the appBase that is ignored.
|
java.lang.String |
name
Application context path.
|
java.util.LinkedHashMap<java.lang.String,java.lang.Long> |
redeployResources
Any modification of the specified (static) resources will cause a
redeployment of the application.
|
java.util.HashMap<java.lang.String,java.lang.Long> |
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,
boolean hasDescriptor) |
public final java.lang.String name
public final boolean hasDescriptor
public final java.util.LinkedHashMap<java.lang.String,java.lang.Long> redeployResources
public final java.util.HashMap<java.lang.String,java.lang.Long> reloadResources
public long timestamp
public boolean loggedDirWarning
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.