org.jboss.deployers.structure.spi.helpers
Class DeployerTracking

java.lang.Object
  extended by org.jboss.deployers.structure.spi.helpers.DeployerTracking

public class DeployerTracking
extends Object

DeployerTracking.

Version:
$Revision: 1.1 $
Author:
Adrian Brock

Constructor Summary
DeployerTracking()
           
 
Method Summary
static String getCurrentDeployer()
          Get the current deployer
static void pop()
          Pop from the stack.
static void push(String deployer)
          Push onto stack.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeployerTracking

public DeployerTracking()
Method Detail

getCurrentDeployer

public static String getCurrentDeployer()
Get the current deployer

Returns:
the name of the current deployer

push

public static void push(String deployer)
Push onto stack.

Parameters:
deployer - the current deployer

pop

public static void pop()
Pop from the stack.



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