org.jboss.as.plugin.deployment.domain
Class Domain
java.lang.Object
org.jboss.as.plugin.deployment.domain.Domain
public class Domain
- extends Object
- Author:
- James R. Perkins
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Domain
public Domain()
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.
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.