Package org.robovm.compiler.util
Class PList
java.lang.Object
org.robovm.compiler.util.PList
- Direct Known Subclasses:
InfoPList
public class PList extends Object
-
Field Summary
Fields Modifier and Type Field Description protected com.dd.plist.NSDictionarydictionary -
Constructor Summary
-
Method Summary
Modifier and Type Method Description com.dd.plist.NSDictionarygetDictionary()FilegetFile()PListparse(Properties props)PListparse(Properties props, boolean includeSystemProperties)
-
Field Details
-
dictionary
protected com.dd.plist.NSDictionary dictionary
-
-
Constructor Details
-
PList
-
-
Method Details
-
parse
-
parse
-
getFile
-
getDictionary
public com.dd.plist.NSDictionary getDictionary()
-