- java.lang.Object
-
- com.gluonhq.substrate.util.plist.NSArrayEx
-
public class NSArrayEx extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.dd.plist.NSObject[]getArray()java.util.Optional<NSDictionaryEx>getFirstDictionaryEx()voidsaveAsBinary(java.nio.file.Path destination)voidsaveAsXML(java.nio.file.Path destination)
-
-
-
Constructor Detail
-
NSArrayEx
public NSArrayEx()
-
NSArrayEx
public NSArrayEx(java.nio.file.Path path) throws javax.xml.parsers.ParserConfigurationException, java.text.ParseException, org.xml.sax.SAXException, com.dd.plist.PropertyListFormatException, java.io.IOException- Throws:
javax.xml.parsers.ParserConfigurationExceptionjava.text.ParseExceptionorg.xml.sax.SAXExceptioncom.dd.plist.PropertyListFormatExceptionjava.io.IOException
-
-
Method Detail
-
getArray
public com.dd.plist.NSObject[] getArray()
-
saveAsXML
public void saveAsXML(java.nio.file.Path destination) throws java.io.IOException- Throws:
java.io.IOException
-
saveAsBinary
public void saveAsBinary(java.nio.file.Path destination) throws java.io.IOException- Throws:
java.io.IOException
-
getFirstDictionaryEx
public java.util.Optional<NSDictionaryEx> getFirstDictionaryEx()
-
-