2009-10-01 1.2.0

org.eclipse.soda.dk.platform.validation.test.parser
Class ClassLibParser

java.lang.Object
  extended by org.eclipse.soda.dk.platform.validation.test.parser.ClassLibParser

public class ClassLibParser
extends java.lang.Object

Since:
1.0
Version:
1.2.0

Field Summary
static java.util.ResourceBundle DefaultResourceBundle
          Define the default resource bundle (ResourceBundle) field.
 
Constructor Summary
ClassLibParser(LogService log)
          Constructs an instance of this class from the specified log parameter.
 
Method Summary
 java.util.List parseClassLib(java.io.InputStream in)
          Parse class lib with the specified in parameter and return the List result.
 java.util.List parseClassLib(java.io.InputStream in, java.lang.String packageName)
          Parse class lib with the specified in and package name parameters and return the List result.
 java.util.List parseClassLib(java.io.InputStream in, java.lang.String[] packageNames)
          Parse class lib with the specified in and package names parameters and return the List result.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DefaultResourceBundle

public static java.util.ResourceBundle DefaultResourceBundle
Define the default resource bundle (ResourceBundle) field.

Constructor Detail

ClassLibParser

public ClassLibParser(LogService log)
Constructs an instance of this class from the specified log parameter.

Parameters:
log - The log (LogService) parameter.
Method Detail

parseClassLib

public java.util.List parseClassLib(java.io.InputStream in)
                             throws java.io.IOException,
                                    ClassFormatException
Parse class lib with the specified in parameter and return the List result.

Parameters:
in - The in (InputStream) parameter.
Returns:
Results of the parse class lib (List) value.
Throws:
java.io.IOException - IOException.
ClassFormatException - Class Format Exception.
See Also:
parseClassLib(InputStream,String), parseClassLib(InputStream,String[])

parseClassLib

public java.util.List parseClassLib(java.io.InputStream in,
                                    java.lang.String packageName)
                             throws java.io.IOException,
                                    ClassFormatException
Parse class lib with the specified in and package name parameters and return the List result.

Parameters:
in - The in (InputStream) parameter.
packageName - The package name (String) parameter.
Returns:
Results of the parse class lib (List) value.
Throws:
java.io.IOException - IOException.
ClassFormatException - Class Format Exception.
See Also:
parseClassLib(InputStream), parseClassLib(InputStream,String[])

parseClassLib

public java.util.List parseClassLib(java.io.InputStream in,
                                    java.lang.String[] packageNames)
                             throws java.io.IOException,
                                    ClassFormatException
Parse class lib with the specified in and package names parameters and return the List result.

Parameters:
in - The in (InputStream) parameter.
packageNames - The package names (String[]) parameter.
Returns:
Results of the parse class lib (List) value.
Throws:
java.io.IOException - IOException.
ClassFormatException - Class Format Exception.
See Also:
parseClassLib(InputStream), parseClassLib(InputStream,String)

2009-10-01 1.2.0

Copyright (c) 2009 IBM. See license in Legal section.