2010-01-26 1.2.0

org.eclipse.soda.dk.platform.validation.test.checker
Class ClassLibValidator

java.lang.Object
  extended by org.eclipse.soda.dk.platform.validation.test.checker.ClassLibValidator

public class ClassLibValidator
extends java.lang.Object

Since:
1.0
Version:
1.2.0

Constructor Summary
ClassLibValidator(LogService log)
          Constructs an instance of this class from the specified log parameter.
 
Method Summary
 int checkClasses()
          Check classes and return the int result.
 int getClassCount()
          Gets the class count (int) value.
 void loadClassLib(java.io.InputStream in)
          Load class lib with the specified in parameter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassLibValidator

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

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

checkClasses

public int checkClasses()
Check classes and return the int result.

Returns:
Results of the check classes (int) value.

getClassCount

public int getClassCount()
Gets the class count (int) value.

Returns:
The class count (int) value.

loadClassLib

public void loadClassLib(java.io.InputStream in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Load class lib with the specified in parameter.

Parameters:
in - The in (InputStream) parameter.
Throws:
java.io.IOException
java.lang.ClassNotFoundException - Class Not Found Exception.

2010-01-26 1.2.0

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