Lizzy v1.1.1

christophedelory.plist
Class Array

java.lang.Object
  extended by christophedelory.plist.PlistObject
      extended by christophedelory.plist.Array

public class Array
extends PlistObject

A plist array collection.

Version:
$Revision: 92 $
Author:
Christophe Delory

Constructor Summary
Array()
           
 
Method Summary
 void addPlistObject(PlistObject object)
          Adds the specified plist object.
 List<PlistObject> getPlistObjects()
          Returns the list of plist objects.
 
Methods inherited from class christophedelory.plist.PlistObject
getParent, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Array

public Array()
Method Detail

getPlistObjects

public List<PlistObject> getPlistObjects()
Returns the list of plist objects.

Returns:
a list of plist objects. May be empty but not null.
See Also:
addPlistObject(christophedelory.plist.PlistObject)

addPlistObject

public void addPlistObject(PlistObject object)
Adds the specified plist object.

Parameters:
object - a plist object. Shall not be null.
Throws:
NullPointerException - if object is null.
See Also:
getPlistObjects()

© 2008-2009 Christophe Delory

Copyright © 2008-2009 Christophe Delory. All Rights Reserved.