Save This Page
Home » jboss-5.0.0.CR1-src » org » jboss » compatibility » [javadoc | source]
org.jboss.compatibility
public class: CompatibilityToolParser [javadoc | source]
java.lang.Object
   org.jboss.compatibility.CompatibilityToolParser
This is the class in which most of the action in compatibility is performed. The methods in this class are meant to be called from the CompatibilityTool, so see that class for more information about what this class does.
Field Summary
 boolean foundExternalizable     
 boolean foundSerializable     
 int result     
 StringTokenizer arguments     
 String command     
Constructor:
 public CompatibilityToolParser(String command,
    StringTokenizer arguments) 
Method from org.jboss.compatibility.CompatibilityToolParser Summary:
getResult,   parseArguments,   parseFile
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.compatibility.CompatibilityToolParser Detail:
 public int getResult() 
 public  void parseArguments() 
 public  void parseFile(String _argument)