1 | public void setSuffix(String inString) {↵ | | 1 | public void setSuffix(String inString) {↵
|
2 | this.jarSuffix = inString;↵ | | 2 | this.jarSuffix = inString;↵
|
3 | }↵ | | 3 | }↵
|
|
|
4 | /**↵ | | 4 | /**↵
|
5 | * controls whether the generic file used as input to↵ | | 5 | * This controls whether the generic file used as input to↵
|
6 | * ejbc is retained; defaults to false↵ | | 6 | * ejbdeploy is retained; optional, default false↵
|
7 | *↵ | | 7 | .↵
|
8 | * @param inValue true for keep generic↵ | | 8 | * @param inValue either 'true' or 'false'.↵
|
9 | */↵ | | 9 | */↵
|
10 | public void setKeepgeneric(boolean inValue) {↵ | | 10 | public void setKeepgeneric(boolean inValue) {↵
|
11 | this.keepGeneric = inValue | | 11 | this.keepGeneric = inValue
|