From e30d3b21a84142963e5f217125d6930589910343 Mon Sep 17 00:00:00 2001 From: bculkin2442 Date: Tue, 25 Jun 2019 20:16:13 -0400 Subject: Update site --- docs/jacoco-ut/bjc.everge/StageStatus.java.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/jacoco-ut/bjc.everge/StageStatus.java.html (limited to 'docs/jacoco-ut/bjc.everge/StageStatus.java.html') diff --git a/docs/jacoco-ut/bjc.everge/StageStatus.java.html b/docs/jacoco-ut/bjc.everge/StageStatus.java.html new file mode 100644 index 0000000..343fd08 --- /dev/null +++ b/docs/jacoco-ut/bjc.everge/StageStatus.java.html @@ -0,0 +1,22 @@ +StageStatus.java

StageStatus.java

package bjc.everge;
+
+/**
+ * Possible statuses of pairs with respect to exporting.
+ * @author Ben Culkin
+ */
+public enum StageStatus {
+	/**
+	 * Only use for staging pairs; don't export.
+	 */
+	INTERNAL,
+	/**
+	 * Don't use for staging pairs; do export.
+	 */
+	EXTERNAL,
+	/**
+	 * Use for staging pairs; do export.
+	 */
+	BOTH;
+}
+
+
\ No newline at end of file -- cgit v1.2.3