java.lang.Object | |
↳ | sun.rmi.rmic.Main |
Main "rmic" program. WARNING: The contents of this source file are not part of any supported API. Code that depends on them does so at its own risk: they are subject to change or removal without notice.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructor.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Run the compiler
| |||||||||||
Do the compile with the switches and files already supplied
| |||||||||||
Top level error message.
| |||||||||||
Get the destination directory.
| |||||||||||
Get the correct type of BatchEnvironment
| |||||||||||
Return the string value of a named resource in the rmic.properties
resource bundle.
| |||||||||||
Main program
| |||||||||||
Output a message.
| |||||||||||
Parse the arguments for compile.
| |||||||||||
Usage
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Instantiate and add a generator to the generators array.
| |||||||||||
If this argument is for a generator, instantiate it, call
parseArgs(...) and add generator to generators vector.
| |||||||||||
Grab a resource string and parse it into an array of strings.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Do the compile with the switches and files already supplied
Top level error message. This method is called when the environment could not be set up yet.
Return the string value of a named resource in the rmic.properties resource bundle. If the resource is not found, null is returned.
Usage
Instantiate and add a generator to the generators array.
If this argument is for a generator, instantiate it, call parseArgs(...) and add generator to generators vector. Returns false on error.
Grab a resource string and parse it into an array of strings. Assumes comma separated list.
name | The resource name. |
---|---|
mustExist | If true, throws error if resource does not exist. If false and resource does not exist, returns zero element array. |