Class BuckCellArg
- java.lang.Object
-
- com.facebook.buck.support.cli.args.BuckCellArg
-
public abstract class BuckCellArg extends Object
Helps parse common command line argument formats
-
-
Constructor Summary
Constructors Constructor Description BuckCellArg()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract String
getArg()
String
getBasePath()
abstract Optional<String>
getCellName()
static BuckCellArg
of(String input)
Convenience constructor for anBuckCellArg
static BuckCellArg
of(Optional<String> cellName, String arg)
-
-
-
Method Detail
-
getArg
public abstract String getArg()
-
getBasePath
@Derived public String getBasePath()
-
of
public static BuckCellArg of(String input)
Convenience constructor for anBuckCellArg
-
of
public static BuckCellArg of(Optional<String> cellName, String arg)
-
-