public class Source extends Object implements RmicConfig
| Modifier and Type | Field and Description |
|---|---|
protected Set |
excludes
A list of exclusions when searching for classes to compile.
|
protected Set |
includes
A list of inclusions when searching for classes to compile.
|
| Constructor and Description |
|---|
Source() |
| Modifier and Type | Method and Description |
|---|---|
String |
getVersion() |
boolean |
isIdl() |
boolean |
isIiop() |
boolean |
isKeep()
Keep intermediate files
|
boolean |
isNoLocalStubs()
Do not create stubs optimized for same process.
|
boolean |
isNoValueMethods()
Do not create methods for valuetypes.
|
boolean |
isNowarn()
Turn off warnings
|
boolean |
isPoa() |
boolean |
isVerbose()
Output messages about compilation
|
String |
toString() |
protected Set includes
protected Set excludes
public boolean isIiop()
isIiop in interface RmicConfigpublic boolean isNoLocalStubs()
RmicConfigisNoLocalStubs in interface RmicConfigpublic boolean isIdl()
isIdl in interface RmicConfigpublic boolean isNoValueMethods()
RmicConfigisNoValueMethods in interface RmicConfigpublic boolean isKeep()
RmicConfigisKeep in interface RmicConfigpublic boolean isNowarn()
RmicConfigisNowarn in interface RmicConfigpublic boolean isPoa()
isPoa in interface RmicConfigpublic boolean isVerbose()
RmicConfigisVerbose in interface RmicConfigpublic String getVersion()
getVersion in interface RmicConfigCopyright © 2006–2025 MojoHaus. All rights reserved.