Class AnalyzedClusterConfigurationPrinter
java.lang.Object
com.aoindustries.aoserv.cluster.analyze.AnalyzedClusterConfigurationPrinter
Prints an
AnalyzedCluster to a PrintWriter.- Author:
- AO Industries, Inc.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidprint(Collection<AnalyzedClusterConfiguration> analyzedClusters, PrintWriter out, AlertLevel minimumAlertLevel) Prints the given configuration.
-
Method Details
-
print
public static void print(Collection<AnalyzedClusterConfiguration> analyzedClusters, PrintWriter out, AlertLevel minimumAlertLevel) Prints the given configuration.
-
