Calling commands

 

Commands that can be invoked

 

Command ...

Metaclass ...

Action ...

generate

Java

Code generation.

javaDoc

Java

Documentation generation.

generateMakefile

Java

Makefile generation.

compile

Java

Compilation of the .java into .class.

forceCompile

Java

Destruction of the .class then compilation.

cleanCompile

Java

Destruction of the .class.

archive

Java

Production of the storage file.

operationsToImplement

Class

Creation of the methods of the implemented interfaces.

operationsToImplement

Package

Creation of the methods of the implemented interfaces for all the package's classes.

operationsToRedefine

Class

Creation of all the abstract methods of the parent classes.

operationsToRedefine

Package

Creation of all the abstract methods of the parent classes for all the classes of a package.

toNonPrimitive

Class

The transformation of a primitive class into a non-primitive class.

toPrimitive

Class

The transformation of a non-primitive class into a primitive class.

finalize operations

Class

The positioning of the "non derivable" field on non-redefined class operations.

toPrimitive

Package

The positioning of the "non derivable" field non-redefined operations of classes of a package and its sub-packages.