Package net.sf.antcontrib.net.httpclient
Class PostMethodTask.FilePartType
- java.lang.Object
-
- net.sf.antcontrib.net.httpclient.PostMethodTask.FilePartType
-
- Enclosing class:
- PostMethodTask
public static class PostMethodTask.FilePartType extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description FilePartType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCharSet()
java.lang.String
getContentType()
java.io.File
getPath()
void
setCharSet(java.lang.String charSet)
void
setContentType(java.lang.String contentType)
void
setPath(java.io.File path)
-
-
-
Method Detail
-
getPath
public java.io.File getPath()
-
setPath
public void setPath(java.io.File path)
-
getContentType
public java.lang.String getContentType()
-
setContentType
public void setContentType(java.lang.String contentType)
-
getCharSet
public java.lang.String getCharSet()
-
setCharSet
public void setCharSet(java.lang.String charSet)
-
-