Interface Deployment
- All Superinterfaces:
AutoCloseable, Comparable<Deployment>, Lifecycle
Encapsulates an Arquillian deployment.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptiondefault intcompareTo(Deployment deployment) Returns the container associated with this deployment.getName()Returns the name of this deploymentdefault URILocates the base URI of the specific resource class.Locates the base URI of the specific resource.
-
Method Details
-
getName
-
getContainer
DeploymentContainer getContainer()Returns the container associated with this deployment.- Returns:
- the container associated with this deployment.
-
locate
Locates the base URI of the specific resource class. For a servlet class, this would return the URI containing the context path of the associated ServletContext.- Parameters:
resourceClass- the class of an arquillian resource- Returns:
- the base URI of the specific resource class.
-
locate
-
compareTo
- Specified by:
compareToin interfaceComparable<Deployment>
-