diff --git a/src/test/org/apache/sqoop/cloud/tools/CloudCredentialsRule.java b/src/test/org/apache/sqoop/cloud/tools/CloudCredentialsRule.java index e47c135b..49a51334 100644 --- a/src/test/org/apache/sqoop/cloud/tools/CloudCredentialsRule.java +++ b/src/test/org/apache/sqoop/cloud/tools/CloudCredentialsRule.java @@ -33,6 +33,18 @@ import java.util.HashMap; import java.util.Map; +/** + * The task of this rule is to execute the credential generator command for the given cloud storage + * and store its output for later use. + * If the credential generator command is not provided the tests using this rule will be skipped. + * + * The subclasses of this rule have to define: + * + */ public abstract class CloudCredentialsRule implements TestRule { protected final Map credentialsMap;