MCPcopy Create free account
hub / github.com/apache/pig / getValStr

Method getValStr

src/org/apache/pig/tools/cmdline/CmdLineParser.java:182–185  ·  view source on GitHub ↗

Get the value, as a string. @return The value associated with the current option. If there is no value, then null will be returned.

()

Source from the content-addressed store, hash-verified

180 * then null will be returned.
181 */
182public String getValStr()
183{
184 return mVal;
185}
186
187/**
188 * Get the value, as an Integer.

Callers 6

testParseUnknownShortMethod · 0.95
runMethod · 0.95
runMethod · 0.95

Calls

no outgoing calls

Tested by 5

testParseUnknownShortMethod · 0.76
runMethod · 0.76