public class

UrlDeploymentOption

extends Object
implements DeploymentOption UrlReference
java.lang.Object
   ↳ org.ops4j.pax.exam.options.UrlDeploymentOption
Known Direct Subclasses

Summary

Public Constructors
UrlDeploymentOption(String url, String type)
Constructor.
UrlDeploymentOption(UrlReference url)
Constructor.
Public Methods
UrlDeploymentOption contextRoot(String _contextRoot)
String getContextRoot()
String getName()
String getType()
String getURL()
Getter.
UrlReference getUrlReference()
UrlDeploymentOption name(String _name)
Sets the deployment name (usually the basename of the given artifact).
Protected Methods
UrlDeploymentOption itself()
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.ops4j.pax.exam.options.UrlReference

Public Constructors

public UrlDeploymentOption (String url, String type)

Constructor.

Parameters
url provision url (cannot be null or empty)
type deployment type
Throws
IllegalArgumentException - If url is null or empty

public UrlDeploymentOption (UrlReference url)

Constructor.

Parameters
url provision url (cannot be null)
Throws
IllegalArgumentException - If url is null

Public Methods

public UrlDeploymentOption contextRoot (String _contextRoot)

public String getContextRoot ()

public String getName ()

public String getType ()

public String getURL ()

Getter.

Returns
  • url (cannot be null)

public UrlReference getUrlReference ()

public UrlDeploymentOption name (String _name)

Sets the deployment name (usually the basename of the given artifact).

Parameters
_name deploymenet name
Returns
  • this for fluent syntax

Protected Methods

protected UrlDeploymentOption itself ()