public class ExclusionSpec extends java.lang.Object implements PrettyPrintable
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getGroup() |
java.lang.String |
getModule() |
void |
prettyPrint(GradlePrettyPrinter pPrinter)
Pretty print this instance with a
GradlePrettyPrinter on a format suitable for build
scripts. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitquotepublic java.lang.String getGroup()
public java.lang.String getModule()
public void prettyPrint(GradlePrettyPrinter pPrinter)
PrettyPrintableGradlePrettyPrinter on a format suitable for build
scripts.prettyPrint in interface PrettyPrintablepPrinter - The printer to print with.