org.apache.hadoop.hdfs.web.resources
Class UriFsPathParam
java.lang.Object
org.apache.hadoop.hdfs.web.resources.Param<String,org.apache.hadoop.hdfs.web.resources.StringParam.Domain>
org.apache.hadoop.hdfs.web.resources.UriFsPathParam
public class UriFsPathParam
- extends Param<String,org.apache.hadoop.hdfs.web.resources.StringParam.Domain>
The FileSystem path parameter.
NAME
public static final String NAME
- Parameter name.
- See Also:
- Constant Field Values
UriFsPathParam
public UriFsPathParam(String str)
- Constructor.
- Parameters:
str
- a string representation of the parameter value.
getName
public String getName()
- Specified by:
getName
in class Param<String,org.apache.hadoop.hdfs.web.resources.StringParam.Domain>
- Returns:
- the parameter name.
getAbsolutePath
public final String getAbsolutePath()
- Returns:
- the absolute path.
getValueString
public String getValueString()
- Specified by:
getValueString
in class Param<String,org.apache.hadoop.hdfs.web.resources.StringParam.Domain>
- Returns:
- the parameter value as a string
Copyright © 2013 Apache Software Foundation. All Rights Reserved.