public static class OutputConfiguration.SourceMapping
extends java.lang.Object
OutputConfiguration is used). A source folder may also be set to be ignored in the UI. This makes it
clear to the user that he does not have to specify an output directory for that source folder.
Both source and output folders are project relative, e.g. "src/main/java", "build/gen" etc.| Constructor and Description |
|---|
SourceMapping(java.lang.String sourceFolder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getOutputDirectory() |
java.lang.String |
getSourceFolder() |
int |
hashCode() |
boolean |
isIgnore() |
void |
setIgnore(boolean ignore) |
void |
setOutputDirectory(java.lang.String outputDirectory) |
public java.lang.String getSourceFolder()
public java.lang.String getOutputDirectory()
public void setOutputDirectory(java.lang.String outputDirectory)
public boolean isIgnore()
public void setIgnore(boolean ignore)
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object