com.popcornmonsters.ap4j
Class Ap4jUtil

com.popcornmonsters.ap4j.Ap4jUtil

public class Ap4jUtil

This is a utility class used by ap4j.


Constructor Summary
Ap4jUtil()
           
 
Method Summary
static boolean convertToBoolean(java.lang.String boolStr)
          Takes in a String and converts to a boolean true or false.
 

Constructor Detail

Ap4jUtil

public Ap4jUtil()
Method Detail

convertToBoolean

public static boolean convertToBoolean(java.lang.String boolStr)
Takes in a String and converts to a boolean true or false.
Parameters:
boolStr -  
Returns:
true or false