org.ow2.util.ee.deploy.impl.helper
Class EarUnpackOpts

java.lang.Object
  extended by org.ow2.util.ee.deploy.impl.helper.EarUnpackOpts

public class EarUnpackOpts
extends Object

Unpack option to unpack an ear.

Author:
Gael Lalire

Constructor Summary
EarUnpackOpts()
          Constructor.
 
Method Summary
 boolean isWarAutoUnpacked()
           
 void setWarAutoUnpacked(boolean warAutoUnpacked)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EarUnpackOpts

public EarUnpackOpts()
Constructor.

Method Detail

isWarAutoUnpacked

public boolean isWarAutoUnpacked()
Returns:
true if war archive are auto unpacked

setWarAutoUnpacked

public void setWarAutoUnpacked(boolean warAutoUnpacked)
Parameters:
warAutoUnpacked - true if you want war archive are auto unpacked


Copyright © 2007-2011 OW2 Consortium. All Rights Reserved.