JBoss AS7 Deployment Plugin 7.9.Final

org.jboss.as.plugin.deployment.domain
Class Domain

java.lang.Object
  extended by org.jboss.as.plugin.deployment.domain.Domain

public class Domain
extends Object

Author:
James R. Perkins

Constructor Summary
Domain()
           
 
Method Summary
 List<String> getProfiles()
          The profiles where resources should be added.
 List<String> getServerGroups()
          The server groups to deploy to.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Domain

public Domain()
Method Detail

getProfiles

public List<String> getProfiles()
The profiles where resources should be added. If no profiles were defined an empty list is returned.

Returns:
the profiles or an empty list.

getServerGroups

public List<String> getServerGroups()
The server groups to deploy to. If no server groups were defined an empty list is returned.

Returns:
the server groups or an empty list.

JBoss AS7 Deployment Plugin 7.9.Final

Copyright © 2016 JBoss by Red Hat. All Rights Reserved.