org.testng.xml
Class XmlPackage

java.lang.Object
  extended by org.testng.xml.XmlPackage
All Implemented Interfaces:
Serializable

public class XmlPackage
extends Object
implements Serializable

This class describes the tag in testng.xml.

Author:
Cedric, Alexandru Popescu
See Also:
Serialized Form

Constructor Summary
XmlPackage()
           
 
Method Summary
 List<String> getExclude()
           
 List<String> getInclude()
           
 String getName()
           
 List<XmlClass> getXmlClasses()
           
 void setExclude(List<String> exclude)
           
 void setInclude(List<String> include)
           
 void setName(String name)
           
 Object toXml(String indent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlPackage

public XmlPackage()
Method Detail

getExclude

public List<String> getExclude()
Returns:
the exclude

setExclude

public void setExclude(List<String> exclude)
Parameters:
exclude - the exclude to set

getInclude

public List<String> getInclude()
Returns:
the include

setInclude

public void setInclude(List<String> include)
Parameters:
include - the include to set

getName

public String getName()
Returns:
the name

setName

public void setName(String name)
Parameters:
name - the name to set

getXmlClasses

public List<XmlClass> getXmlClasses()

toXml

public Object toXml(String indent)


Copyright © 2010. All Rights Reserved.