public final class ApplyToModule extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ApplyToModule.Builder
Builds instances of
ApplyToModule. |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getDependenciesXml()
Returns the list of dependency XML fragments.
|
String |
getExportsXml()
Returns the exports XML fragment.
|
String |
getMainClassXml()
Returns the main class XML fragment.
|
List<String> |
getPropertiesXml()
Returns the list of property XML fragments.
|
List<String> |
getResourceRootsXml() |
void |
merge(ApplyToModule applyToModule)
Merges the given instance into this instance.
|
String |
toString() |
public String getMainClassXml()
public List<String> getPropertiesXml()
public List<String> getDependenciesXml()
public String getExportsXml()
public void merge(ApplyToModule applyToModule)
applyToModule - the instance to merge into this instance.Copyright © 2013–2019 FuseSource. All rights reserved.