org.rhq.plugins.jbossas.util
Class JBossASSnapshotReport

java.lang.Object
  extended by org.rhq.core.pluginapi.util.SnapshotReport
      extended by org.rhq.plugins.jbossas.util.JBossASSnapshotReport

public class JBossASSnapshotReport
extends SnapshotReport

Builds a SnapshotReport with the proper directory locations for things.

Author:
John Mazzitelli

Nested Class Summary
 
Nested classes/interfaces inherited from class org.rhq.core.pluginapi.util.SnapshotReport
SnapshotReport.RegexFilenameFilter
 
Field Summary
 
Fields inherited from class org.rhq.core.pluginapi.util.SnapshotReport
PROP_ADDITIONAL_FILES_DIRECTORY, PROP_ADDITIONAL_FILES_LIST, PROP_ADDITIONAL_FILES_RECURSIVE, PROP_ADDITIONAL_FILES_REGEX, PROP_BASE_DIRECTORY, PROP_CONFIG_DIRECTORY, PROP_CONFIG_RECURSIVE, PROP_CONFIG_REGEX, PROP_DATA_DIRECTORY, PROP_DATA_RECURSIVE, PROP_DATA_REGEX, PROP_LOG_DIRECTORY, PROP_LOG_RECURSIVE, PROP_LOG_REGEX, PROP_REPORT_OUTPUT_DIRECTORY, PROP_SNAPSHOT_ADDITIONAL_FILES, PROP_SNAPSHOT_CONFIG_FILES, PROP_SNAPSHOT_DATA_FILES, PROP_SNAPSHOT_LOG_FILES, REPORT_CONFIG_DIRECTORY, REPORT_DATA_DIRECTORY, REPORT_LOG_DIRECTORY
 
Constructor Summary
JBossASSnapshotReport(String name, String description, org.rhq.core.domain.configuration.Configuration pluginConfig, String configPath, String tmpDir)
           
 
Method Summary
 
Methods inherited from class org.rhq.core.pluginapi.util.SnapshotReport
generate, getAdditionalFilesToSnapshot, getAllFilesToSnapshot, getConfigFilesToSnapshot, getConfiguration, getDataFilesToSnapshot, getDescription, getLogFilesToSnapshot, getName, getSnapshotReportFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JBossASSnapshotReport

public JBossASSnapshotReport(String name,
                             String description,
                             org.rhq.core.domain.configuration.Configuration pluginConfig,
                             String configPath,
                             String tmpDir)


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.