All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class buildtools.msg.DecompileClassMessage

buildtools.msg.DecompileClassMessage

public class DecompileClassMessage
extends EBMessage. NonVetoable
Represents a way to decompile a class.

Version:
$Id: DecompileClassMessage.java,v 1.3 2000/01/09 09:26:36 burton Exp $
Author:
Kevin A. Burton

Variable Index

 o classname
 o filename
 o message
 o source

Constructor Index

 o DecompileClassMessage(EBComponent, String)
Create an instance with the source and the classname you want to decompile.
 o DecompileClassMessage(EBComponent, String, Object)
Create an instance with the source and the classname you want to decompile.

Method Index

 o getClassName()
Get's the classname.
 o getFileName()
Return's the filename from this class after it was compiled.
 o getMessage()
Decompile events can contain message's as object.
 o setFileName(String)

Variables

 o source
 private EBComponent source
 o classname
 private String classname
 o filename
 private String filename
 o message
 private Object message

Constructors

 o DecompileClassMessage
 public DecompileClassMessage(EBComponent source,
                              String classname,
                              Object message)
Create an instance with the source and the classname you want to decompile. Also tack on a "message" object that can be used to convey further information

 o DecompileClassMessage
 public DecompileClassMessage(EBComponent source,
                              String classname)
Create an instance with the source and the classname you want to decompile.

Methods

 o getClassName
 public String getClassName()
Get's the classname.

 o getFileName
 public String getFileName()
Return's the filename from this class after it was compiled.

 o setFileName
 public void setFileName(String filename)
 o getMessage
 public Object getMessage()
Decompile events can contain message's as object. You can enhance your communication with a decompiler by adding a message for it.


All Packages  Class Hierarchy  This Package  Previous  Next  Index