org.jboss.maven.plugins.test.ext
Class Environment

java.lang.Object
  extended by org.jboss.maven.plugins.test.ext.Environment

public class Environment
extends java.lang.Object

Structured representation of an definition.

Author:
Steve Ebersole

Constructor Summary
Environment(java.lang.String name)
           
 
Method Summary
 java.util.List getDependencies()
           
 java.lang.String getName()
           
 java.util.List getResources()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Environment

public Environment(java.lang.String name)
Method Detail

getName

public java.lang.String getName()

getDependencies

public java.util.List getDependencies()

getResources

public java.util.List getResources()


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.