コード例 #1
0
 /**
  * Reads from webappmeta files and return wether bam enabled.
  *
  * @return
  * @throws AxisFault
  * @throws ArtifactMetadataException
  */
 protected String getBamEnableFromWebappMetaData() throws AxisFault, ArtifactMetadataException {
   return tomcatGenericWebappsDeployer.recievePersistedWebappMetaData(
       getWebappFile().getName(), WebappsConstants.ENABLE_BAM_STATISTICS);
 }