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 RmicConfig
public boolean isNoLocalStubs()
RmicConfig
isNoLocalStubs
in interface RmicConfig
public boolean isIdl()
isIdl
in interface RmicConfig
public boolean isNoValueMethods()
RmicConfig
isNoValueMethods
in interface RmicConfig
public boolean isKeep()
RmicConfig
isKeep
in interface RmicConfig
public boolean isNowarn()
RmicConfig
isNowarn
in interface RmicConfig
public boolean isPoa()
isPoa
in interface RmicConfig
public boolean isVerbose()
RmicConfig
isVerbose
in interface RmicConfig
public String getVersion()
getVersion
in interface RmicConfig
Copyright © 2006-2013 Codehaus. All Rights Reserved.