public class VisibilityPatternParser extends Object
Modifier and Type | Field and Description |
---|---|
static String |
VISIBILITY_PUBLIC |
Constructor and Description |
---|
VisibilityPatternParser() |
Modifier and Type | Method and Description |
---|---|
static VisibilityPattern |
parse(CellPathResolver cellNames,
Path definingPath,
String buildTargetPattern) |
public static final String VISIBILITY_PUBLIC
public static VisibilityPattern parse(CellPathResolver cellNames, Path definingPath, String buildTargetPattern)
cellNames
- Known cell names in the workspace, used to resolve which cell the belongs.definingPath
- Path of the file defining the .buildTargetPattern
- The build target pattern to parse.