public abstract class ManagedSetupTask extends SetupTask
| Modifier and Type | Class and Description |
|---|---|
static interface |
ManagedSetupTask.ManagedContext |
SetupTask.SetupContext| Constructor and Description |
|---|
ManagedSetupTask() |
| Modifier and Type | Method and Description |
|---|---|
protected Set<org.jboss.gravia.resource.ResourceIdentity> |
addRepositoryContent(ManagedSetupTask.ManagedContext context,
URL resurl) |
protected void |
beforeDeploy(ManagedSetupTask.ManagedContext context) |
protected void |
beforeStop(ManagedSetupTask.ManagedContext context) |
protected void |
removeRepositoryContent(ManagedSetupTask.ManagedContext context,
Set<org.jboss.gravia.resource.ResourceIdentity> identities) |
afterClass, afterSuite, beforeClassprotected void beforeDeploy(ManagedSetupTask.ManagedContext context) throws Exception
Exceptionprotected void beforeStop(ManagedSetupTask.ManagedContext context) throws Exception
Exceptionprotected Set<org.jboss.gravia.resource.ResourceIdentity> addRepositoryContent(ManagedSetupTask.ManagedContext context, URL resurl) throws IOException
IOExceptionprotected void removeRepositoryContent(ManagedSetupTask.ManagedContext context, Set<org.jboss.gravia.resource.ResourceIdentity> identities) throws IOException
IOExceptionCopyright © 2014 JBoss by Red Hat. All rights reserved.