com.sun.grizzly.http.servlet.deployer.conf
Class DeployableConfiguration

java.lang.Object
  extended by com.sun.grizzly.http.servlet.deployer.conf.DeployableConfiguration

public class DeployableConfiguration
extends Object

Configuration of GrizzlyWebServerDeployer.

Author:
Sebastien Dionne

Field Summary
 String forcedContext
           
 boolean forceWarDeployment
           
 String libraryPath
           
 String location
           
 
Constructor Summary
DeployableConfiguration()
           
DeployableConfiguration(String location)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

location

public String location

forcedContext

public String forcedContext

libraryPath

public String libraryPath

forceWarDeployment

public boolean forceWarDeployment
Constructor Detail

DeployableConfiguration

public DeployableConfiguration()

DeployableConfiguration

public DeployableConfiguration(String location)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 Oracle Corporation. All Rights Reserved.