|
|||||||||
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 | |
---|---|
java.io.File |
getOutputDirectory()
The directory to put the output |
java.util.List |
getRmicClasspathElements()
|
java.lang.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 |
---|
java.io.File getOutputDirectory()
java.util.List getRmicClasspathElements()
java.lang.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 |