Package com.facebook.buck.rules.macros
Class QueryPathsMacro
- java.lang.Object
-
- com.facebook.buck.rules.macros.QueryMacro
-
- com.facebook.buck.rules.macros.QueryPathsMacro
-
- All Implemented Interfaces:
Macro
,TargetTranslatable<Macro>
public abstract class QueryPathsMacro extends QueryMacro
Class providing the type for macros used in `$(query_paths ...)` macro strings. The implementation is provided by theQueryMacro
base class.
-
-
Constructor Summary
Constructors Constructor Description QueryPathsMacro()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends Macro>
getMacroClass()
static QueryPathsMacro
of(Query query)
-
Methods inherited from class com.facebook.buck.rules.macros.QueryMacro
getQuery, translateTargets
-
-
-
-
Method Detail
-
of
public static QueryPathsMacro of(Query query)
-
-