org.apache.maven.it.utils
Class DeployedResource

java.lang.Object
  extended by org.apache.maven.it.utils.DeployedResource

public class DeployedResource
extends Object

Author:
Olivier Lamy

Field Summary
 String contentLength
           
 String httpMethod
           
 String requestUri
           
 String transferEncoding
           
 
Constructor Summary
DeployedResource()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

httpMethod

public String httpMethod

requestUri

public String requestUri

contentLength

public String contentLength

transferEncoding

public String transferEncoding
Constructor Detail

DeployedResource

public DeployedResource()
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.