Class BuildProperties
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.application.BuildProperties
-
public class BuildProperties extends Object
Obtains and provides the contents of the build.properties file.
-
-
Field Summary
Fields Modifier and Type Field Description static StringWEBAPP_PATH_BUILD_PROPERTIESPath to the file of build properties baked into the webapp.
-
Constructor Summary
Constructors Constructor Description BuildProperties(javax.servlet.ServletContext ctx)
-
-
-
Field Detail
-
WEBAPP_PATH_BUILD_PROPERTIES
public static final String WEBAPP_PATH_BUILD_PROPERTIES
Path to the file of build properties baked into the webapp.- See Also:
- Constant Field Values
-
-