public final class ApplyToModule
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ApplyToModule.Builder
Builds instances of
ApplyToModule. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getDependenciesXml()
Returns the list of dependency XML fragments.
|
java.lang.String |
getExportsXml()
Returns the exports XML fragment.
|
java.lang.String |
getMainClassXml()
Returns the main class XML fragment.
|
java.util.List<java.lang.String> |
getPropertiesXml()
Returns the list of property XML fragments.
|
void |
merge(ApplyToModule applyToModule)
Merges the given instance into this instance.
|
java.lang.String |
toString() |
public java.lang.String getMainClassXml()
public java.util.List<java.lang.String> getPropertiesXml()
public java.util.List<java.lang.String> getDependenciesXml()
public java.lang.String getExportsXml()
public void merge(ApplyToModule applyToModule)
applyToModule - the instance to merge into this instance.public java.lang.String toString()
Provides the properties via reflection for displaying debug information.
toString in class java.lang.Object