com.clickntap.utils
Class PListUtils

java.lang.Object
  extended by com.clickntap.utils.PListUtils

public class PListUtils
extends Object


Constructor Summary
PListUtils()
           
 
Method Summary
static org.dom4j.Element createPListDocument()
           
static List toArray(org.dom4j.Element element)
           
static Map toDictionary(org.dom4j.Element element)
           
static List toList(org.dom4j.Element array)
           
static Map toMap(org.dom4j.Element dict)
           
static org.dom4j.Element toPList(List list)
           
static org.dom4j.Element toPList(Map map)
           
static org.dom4j.Element toPList(Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PListUtils

public PListUtils()
Method Detail

toArray

public static List toArray(org.dom4j.Element element)

toDictionary

public static Map toDictionary(org.dom4j.Element element)

toPList

public static org.dom4j.Element toPList(Map map)

toPList

public static org.dom4j.Element toPList(Object object)

toPList

public static org.dom4j.Element toPList(List list)

toMap

public static Map toMap(org.dom4j.Element dict)

toList

public static List toList(org.dom4j.Element array)

createPListDocument

public static org.dom4j.Element createPListDocument()


Copyright © 2014. All rights reserved.