org.apache.jmeter.protocol.ftp.config
Class FtpConfig
java.lang.Object
|
+--org.apache.jmeter.testelement.AbstractTestElement
|
+--org.apache.jmeter.config.ConfigTestElement
|
+--org.apache.jmeter.protocol.ftp.config.FtpConfig
- All Implemented Interfaces:
- Cloneable, Serializable, TestElement
- public class FtpConfig
- extends ConfigTestElement
- implements Serializable
Title: JMeter
Description:
Copyright: Copyright (c) 2000
Company: Apache
- Version:
- 1.0
- Author:
- Michael Stover
- See Also:
- Serialized Form
Methods inherited from class org.apache.jmeter.testelement.AbstractTestElement |
addProperty, clear, clone, equals, getName, getProperty, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsLong, getPropertyAsString, isRunningVersion, logProperties, mergeIn, nextIsNull, propertyIterator, recoverRunningVersion, removeProperty, setName, setProperty, setProperty, setRunningVersion, traverse, traverseCollection, traverseMap, traverseProperty |
FtpConfig
public FtpConfig()
isComplete
public boolean isComplete()
setServer
public void setServer(String newServer)
getServer
public String getServer()
setFilename
public void setFilename(String newFilename)
getFilename
public String getFilename()
getLabel
public String getLabel()
- Returns a formatted string label describing this sampler
Example output:
ftp://ftp.nowhere.com/pub/README.txt
- Returns:
- a formatted string label describing this sampler
Copyright © 1998-2003 Apache Software Foundation. All Rights Reserved.