Class NSObjectEx


  • public class NSObjectEx
    extends java.lang.Object
    • Constructor Detail

      • NSObjectEx

        public NSObjectEx​(java.nio.file.Path path)
                   throws java.lang.Exception
        Throws:
        java.lang.Exception
    • Method Detail

      • saveAsXML

        public void saveAsXML​(java.nio.file.Path destination)
                       throws java.io.IOException
        Throws:
        java.io.IOException
      • getValueFromDictionary

        public java.lang.String getValueFromDictionary​(java.lang.String key)
      • setValueToDictionary

        public boolean setValueToDictionary​(java.lang.String key,
                                            java.lang.String value)
      • getAsArrayEx

        public NSArrayEx getAsArrayEx()