Adds a class file to PROSEs class repository. This is only required for remote class files,
which may not be found in the local class path.
Used by
ch.ethz.prose.tools.RemoteAspectManagerImpl to add
RedefineCut s to a remote aspect interface.
If the class file can not be readed or added to the repository an error message
will be written to stdout, but no exception will be thrown to notify the caller.
Parameters: definition - the raw class file bytes wrapped in an InputStream Parameters: name - (full qualified) class name in binary notation (p.a. ch.ethz.prose.LocalAspectManager ) |