|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RmicConfig
Interface containing required methods for retrieving information necessary for rmi compilation to take place.
Method Summary | |
---|---|
File |
getOutputDirectory()
The directory to put the output |
List |
getRmicClasspathElements()
|
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 |
isVerbose()
Output messages about compilation |
Method Detail |
---|
File getOutputDirectory()
List getRmicClasspathElements()
String getVersion()
boolean isIiop()
boolean isIdl()
boolean isKeep()
boolean isNowarn()
boolean isVerbose()
boolean isNoLocalStubs()
boolean isNoValueMethods()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |